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
assertEquals("1:9: [QSTR] function is only supported in WHERE and STATS commands, or in EVAL within score(.) function", error("row a = qstr(\"Anna\")"));
1372
+
assertEquals(
1373
+
"1:9: [QSTR] function is only supported in WHERE and STATS commands, or in EVAL within score(.) function",
assertEquals("1:9: [KQL] function is only supported in WHERE and STATS commands, or in EVAL within score(.) function", error("row a = kql(\"Anna\")"));
1380
+
assertEquals(
1381
+
"1:9: [KQL] function is only supported in WHERE and STATS commands, or in EVAL within score(.) function",
0 commit comments