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/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/command/pipe/LookupJoinGenerator.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public CommandDescription generate(
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/qa/testFixtures/src/main/resources/lookup-join.csv-spec
+99Lines changed: 99 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4882,9 +4882,13 @@ FROM multi_column_joinable
4882
4882
| SORT id_int, name_str, extra1, other1, other2
4883
4883
;
4884
4884
4885
+
warning:Line 2:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON id_int, name_str] failed, treating result as null. Only first 20 failures recorded.
| LOOKUP JOIN multi_column_joinable_lookup ON id_int, name_str
4917
+
| KEEP id_int, name_str, other1, other2
4918
+
| SORT id_int, name_str, other1, other2
4919
+
;
4920
+
4921
+
warning:Line 2:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON id_int, name_str] failed, treating result as null. Only first 20 failures recorded.
warning:Line 2:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON id_int, name_str, is_active_bool] failed, treating result as null. Only first 20 failures recorded.
warning:Line 2:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON id_int, name_str, is_active_bool, ip_addr] failed, treating result as null. Only first 20 failures recorded.
warning:Line 2:17: evaluation of [id_int + 5] failed, treating result as null. Only first 20 failures recorded.
5065
+
warning:Line 2:17: java.lang.IllegalArgumentException: single-value function encountered multi-value
5066
+
warning:Line 3:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON id_int, is_active_bool] failed, treating result as null. Only first 20 failures recorded.
warning:Line 4:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON id_int, is_active_bool] failed, treating result as null. Only first 20 failures recorded.
| LOOKUP JOIN multi_column_joinable_lookup ON id_int, is_active_bool
5128
+
| SORT extra1
5129
+
| LIMIT 10
5130
+
| LOOKUP JOIN multi_column_joinable_lookup ON name_str, is_active_bool
5131
+
| KEEP id_int, name_str, extra1, other1, other2
5132
+
| SORT id_int, name_str, extra1, other1, other2
5133
+
;
5134
+
5135
+
warning:Line 2:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON id_int, is_active_bool] failed, treating result as null. Only first 20 failures recorded.
0 commit comments