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 1e54c34 commit 94ed47dCopy full SHA for 94ed47d
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java
@@ -2478,7 +2478,7 @@ public void testMultiMatchInsideEval() throws Exception {
2478
assumeTrue("Match operator is available just for snapshots", Build.current().isSnapshot());
2479
assertEquals(
2480
"1:36: [Match] function is only supported in WHERE and STATS commands\n"
2481
- + "line 1:48: [Match] function cannot operate on [title], which is not a field from an index mapping",
+ + "line 1:42: [Match] function cannot operate on [title], which is not a field from an index mapping",
2482
error("row title = \"brown fox\" | eval x = match(title, \"fox\")")
2483
);
2484
}
0 commit comments