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
| LOOKUP JOIN multi_column_joinable_lookup ON left_id == id_int AND left_name == name_str
291
292
| KEEP left_id, left_name, id_int, name_str
292
293
| SORT left_id, left_name, id_int, name_str
293
294
;
294
295
295
-
warning:Line 4:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON left_id == id_int AND left_name == name_str] failed, treating result as null. Only first 20 failures recorded.
0 commit comments