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
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2065,8 +2065,8 @@ FROM date_nanos, date_nanos_union_types
2065
2065
| LIMIT 4
2066
2066
;
2067
2067
2068
-
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2069
-
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2068
+
warningRegex:evaluation of \[FROM .*date_nanos.*date_nanos_union_types.*\] failed, treating result as null. Only first 20 failures recorded.
2069
+
warningRegex:java.lang.IllegalArgumentException: milliSeconds \[-1457696696640\] are before the epoch in 1970 and cannot be converted to nanoseconds
@@ -2085,8 +2085,8 @@ FROM date_nanos, date_nanos_union_types
2085
2085
| LIMIT 4
2086
2086
;
2087
2087
2088
-
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2089
-
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2088
+
warningRegex:evaluation of \[FROM .*date_nanos.*date_nanos_union_types.*\] failed, treating result as null. Only first 20 failures recorded.
2089
+
warningRegex:java.lang.IllegalArgumentException: milliSeconds \[-1457696696640\] are before the epoch in 1970 and cannot be converted to nanoseconds
@@ -2104,8 +2104,8 @@ FROM date_nanos, date_nanos_union_types
2104
2104
| SORT millis
2105
2105
;
2106
2106
2107
-
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2108
-
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2107
+
warningRegex:evaluation of \[FROM .*date_nanos.*date_nanos_union_types.*\] failed, treating result as null. Only first 20 failures recorded.
2108
+
warningRegex:java.lang.IllegalArgumentException: milliSeconds \[-1457696696640\] are before the epoch in 1970 and cannot be converted to nanoseconds
@@ -2123,8 +2123,8 @@ FROM date_nanos, date_nanos_union_types
2123
2123
| STATS max = MAX(millis), min = MIN(nanos)
2124
2124
;
2125
2125
2126
-
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2127
-
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2126
+
warningRegex:evaluation of \[FROM .*date_nanos.*date_nanos_union_types.*\] failed, treating result as null. Only first 20 failures recorded.
2127
+
warningRegex:java.lang.IllegalArgumentException: milliSeconds \[-1457696696640\] are before the epoch in 1970 and cannot be converted to nanoseconds
@@ -2138,8 +2138,8 @@ FROM date_nanos, date_nanos_union_types
2138
2138
| STATS c = MV_COUNT(VALUES(nanos))
2139
2139
;
2140
2140
2141
-
warning:Line 1:1: evaluation of [FROM date_nanos, date_nanos_union_types] failed, treating result as null. Only first 20 failures recorded.
2142
-
warning:Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds
2141
+
warningRegex:evaluation of \[FROM .*date_nanos.*date_nanos_union_types.*\] failed, treating result as null. Only first 20 failures recorded.
2142
+
warningRegex:java.lang.IllegalArgumentException: milliSeconds \[-1457696696640\] are before the epoch in 1970 and cannot be converted to nanoseconds
0 commit comments