Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
amorynan committed Dec 23, 2024
1 parent f065830 commit d9be275
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
NULL
// single element
[0]
[12.345678901,987.654321,0.123456789,1234567.89,0.987654321,56789.12345,123.456789,45678.90123,0.3456789,2345.6789,0.1,1.0,123.0,12345678.123456789,0.000000000000000000000000000000001,0.00000000000000000000000000000000123,12345678.000000000000000000000000000000001,99999999.999999999999999999999999999999,10000000.1,0.999999999,0.000123456,99999999.999999999,0.123456,123456.000000001,10000000.000000001,0.000000123,12345678.67899012345,123.456000000,99999999.99,0.0000000001,999.999999999,0.012345678,12345678.12345678900000000000000000000,12345.12345678900000000000000000000,98765.98765432100000000000000000000,1234567.56789012300000000000000000000,876545.43210987600000000000000000000,234545.67890123400000000000000000000,0987654.32109876500000000000000000000,123456.78901234500000000000000000000,09876543.21098765400000000000000000000,1234567.89012345600000000000000000000,5432.10987654300000000000000000000]
[12.345678901,987.654321,0.123456789,1234567.89,0.987654321,56789.12345,123.456789,45678.90123,0.3456789,2345.6789,0.1,1.0,123.0,12345678.123456789,0.000000000000000000000000000001,0.000000000000000000000000000123,12345678.000000000000000000000000000001,99999999.999999992, 0.1, 10000000.1,0.999999999,0.000123456,99999999.999999999999999999999999999999, 99999999.999999991, 0.123456,123456.000000001,10000000.000000001,0.000000123,12345678.67899012345,123.456000000,99999999.99, 0.0000000001,999.999999999,0.012345678,12345678.12345678900000000000000000000, 12345.12345678900000000000000000000,98765.98765432100000000000000000000, 1234567.56789012300000000000000000000,876545.43210987600000000000000000000, 234545.67890123400000000000000000000,0987654.32109876500000000000000000000,123456.78901234500000000000000000000, 09876543.21098765400000000000000000000,1234567.89012345600000000000000000000, 5432.10987654300000000000000000000]
11 changes: 0 additions & 11 deletions regression-test/data/nereids_function_p0/array/test_array_map.csv

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[null]
NULL
// single element
[{}]
array(struct(null))
// smallint min/max value with ipvalue
[{32767, '2020-01-01', 32767.0, '32767', 32767.0, '0.0.0.1', '2001:0db8:0:0:0:0:0:1'}, {-32768, '2020-01-01', -32768.0, '-32768', -32768.0, '224.0.0.13', '2001:0db8:0:0:0:0:0:2'}]
// smallint min/max value + 1
Expand Down

0 comments on commit d9be275

Please sign in to comment.