You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/qa/testFixtures/src/main/resources/union_types.csv-spec
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1998,14 +1998,14 @@ FROM date_nanos, date_nanos_union_types
1998
1998
| LIMIT 4
1999
1999
;
2000
2000
2001
-
warning:Line 2:13: evaluation of [nanos] failed, treating result as null. Only first 20 failures recorded.
2002
-
warning:Line 2:13: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2001
+
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2002
+
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
@@ -2018,13 +2018,13 @@ FROM date_nanos, date_nanos_union_types
2018
2018
| LIMIT 4
2019
2019
;
2020
2020
2021
-
warning:Line 2:23: evaluation of [nanos] failed, treating result as null. Only first 20 failures recorded.
2022
-
warning:Line 2:23: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2022
+
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
@@ -2037,8 +2037,8 @@ FROM date_nanos, date_nanos_union_types
2037
2037
| SORT millis
2038
2038
;
2039
2039
2040
-
warning:Line 2:52: evaluation of [nanos] failed, treating result as null. Only first 20 failures recorded.
2041
-
warning:Line 2:52: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2040
+
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2041
+
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
@@ -2056,8 +2056,8 @@ FROM date_nanos, date_nanos_union_types
2056
2056
| STATS max = MAX(millis), min = MIN(nanos)
2057
2057
;
2058
2058
2059
-
warning:Line 2:38: evaluation of [nanos] failed, treating result as null. Only first 20 failures recorded.
2060
-
warning:Line 2:38: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2059
+
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2060
+
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
warning:Line 2:29: evaluation of [nanos] failed, treating result as null. Only first 20 failures recorded.
2075
-
warning:Line 2:29: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2074
+
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2075
+
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
0 commit comments