We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d07d1a commit 697989cCopy full SHA for 697989c
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java
@@ -2097,6 +2097,8 @@ public void testMatchOptions() {
2097
}
2098
2099
public void testInsistNotOnTopOfFrom() {
2100
+ assumeTrue("requires snapshot builds", Build.current().isSnapshot());
2101
+
2102
assertThat(
2103
error("FROM test | EVAL foo = 42 | INSIST_🐔 bar"),
2104
containsString("1:29: [insist] can only be used after [from] or [insist] commands, but was [EVAL foo = 42]")
0 commit comments