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
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeRestTest.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
41
41
"Unbounded sort not supported yet",
42
42
"The field names are too complex to process", // field_caps problem
43
43
"must be \\[any type except counter types\\]", // TODO refine the generation of count()
44
+
"mismatched input .* expecting", // identifier generator needs to be refined, this happens when an identifier is a reserved keyword
44
45
45
46
// warnings
46
47
"Field '.*' shadowed by field at line .*",
@@ -52,10 +53,9 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
52
53
"only supports KEYWORD or TEXT values, found expression", // https://github.com/elastic/elasticsearch/issues/126017
0 commit comments