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
| RENAME id_int AS id_left, is_active_bool AS is_active_left
771
+
| LOOKUP JOIN multi_column_joinable_lookup ON id_int == id_left and is_active_left == is_active_bool AND other2 > 10000
772
+
| KEEP id_left, name_str, extra1, other1, other2
773
+
| SORT id_left, name_str, extra1, other1, other2
774
+
;
775
+
776
+
warning:Line 3:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON id_int == id_left and is_active_left == is_active_bool AND other2 > 10000] failed, treating result as null. Only first 20 failures recorded.
| RENAME id_int AS id_left, is_active_bool AS is_active_left
805
+
| LOOKUP JOIN multi_column_joinable_lookup ON id_int == id_left and is_active_left == is_active_bool AND other1 like "*ta"
806
+
| KEEP id_left, name_str, extra1, other1, other2
807
+
| SORT id_left, name_str, extra1, other1, other2
808
+
;
809
+
810
+
warning:Line 3:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON id_int == id_left and is_active_left == is_active_bool AND other1 like \"*ta\"] failed, treating result as null. Only first 20 failures recorded.
| RENAME id_int AS id_left, is_active_bool AS is_active_left
840
+
| LOOKUP JOIN multi_column_joinable_lookup ON id_int == id_left and is_active_left == is_active_bool AND (other1 like "*ta" OR other2 > 10000)
841
+
| KEEP id_left, name_str, extra1, other1, other2
842
+
| SORT id_left, name_str, extra1, other1, other2
843
+
;
844
+
845
+
warning:Line 3:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON id_int == id_left and is_active_left == is_active_bool AND (other1 like \"*ta\" OR other2 > 10000)] failed, treating result as null. Only first 20 failures recorded.
| RENAME id_int AS id_left, is_active_bool AS is_active_left
874
+
| LOOKUP JOIN multi_column_joinable_lookup ON MATCH(other1, "beta") AND id_int == id_left and is_active_left == is_active_bool
875
+
| WHERE other2 IS NOT NULL
876
+
| KEEP id_left, name_str, extra1, other1, other2
877
+
| SORT id_left, name_str, extra1, other1, other2
878
+
;
879
+
880
+
warning:Line 3:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON MATCH(other1, \"beta\") AND id_int == id_left and is_active_left == is_active_bool] failed, treating result as null. Only first 20 failures recorded.
| RENAME id_int AS id_left, name_str AS name_left, is_active_bool AS is_active_left, ip_addr AS ip_addr_left
893
+
| LOOKUP JOIN multi_column_joinable_lookup ON (other2 < 12000 OR NOT (other1 != "omicron" AND other1 != "nu")) AND id_left == id_int AND name_left == name_str AND id_left < other2
894
+
| KEEP id_left, name_left, extra1, other1, other2
895
+
| SORT id_left, name_left, extra1, other1, other2
896
+
;
897
+
898
+
warning:Line 3:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON (other2 < 12000 OR NOT (other1 != \"omicron\" AND other1 != \"nu\")) AND id_left == id_int AND name_left == name_str AND id_left < other2] failed, treating result as null. Only first 20 failures recorded.
| RENAME id_int AS id_left, name_str AS name_left, is_active_bool AS is_active_left, ip_addr AS ip_addr_left
931
+
| LOOKUP JOIN multi_column_joinable_lookup ON (other2 < 12000 OR NOT (other1 != "omicron" AND other1 != "nu")) AND id_left == id_int AND name_left == name_str AND id_left < other2
932
+
| WHERE other1 like ("a*", "b*", "o*")
933
+
| KEEP id_left, name_left, extra1, other1, other2
934
+
| SORT id_left, name_left, extra1, other1, other2
935
+
;
936
+
937
+
warning:Line 3:3: evaluation of [LOOKUP JOIN multi_column_joinable_lookup ON (other2 < 12000 OR NOT (other1 != \"omicron\" AND other1 != \"nu\")) AND id_left == id_int AND name_left == name_str AND id_left < other2] failed, treating result as null. Only first 20 failures recorded.
0 commit comments