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
| where bytes_in > [16002960716282089759, 17281501450843634251]
295
+
| keep bytes_in
296
+
;
297
+
warning:Line 2:9: evaluation of [bytes_in > [16002960716282089759, 17281501450843634251]] failed, treating result as null. Only first 20 failures recorded.
298
+
warning:Line 2:9: java.lang.IllegalArgumentException: single-value function encountered multi-value
| where bytes_in != [16002960716282089759, 17281501450843634251]
308
+
| keep bytes_in
309
+
;
310
+
warning:Line 2:9: evaluation of [bytes_in != [16002960716282089759, 17281501450843634251]] failed, treating result as null. Only first 20 failures recorded.
311
+
warning:Line 2:9: java.lang.IllegalArgumentException: single-value function encountered multi-value
| WHERE job_positions != ["Tech Lead" , "Data Scientist", "Senior Team Lead"]
2646
+
| KEEP emp_no, job_positions
2647
+
;
2648
+
warning:Line 2:9: evaluation of [job_positions != [\"Tech Lead\" , \"Data Scientist\", \"Senior Team Lead\"]] failed, treating result as null. Only first 20 failures recorded.
2649
+
warning:Line 2:9: java.lang.IllegalArgumentException: single-value function encountered multi-value
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/predicate/operator/comparison/EsqlBinaryComparison.java
0 commit comments