Skip to content

Commit 3a753d2

Browse files
committed
Remove match operator check
1 parent 3117d50 commit 3a753d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,6 @@ public void testWeightedAvg() {
12061206
}
12071207

12081208
public void testMatchInsideEval() throws Exception {
1209-
assumeTrue("Match operator is available just for snapshots", Build.current().isSnapshot());
12101209
assertEquals(
12111210
"1:36: [:] operator is only supported in WHERE and STATS ... WHERE commands\n"
12121211
+ "line 1:36: [:] operator cannot operate on [title], which is not a field from an index mapping",

0 commit comments

Comments
 (0)