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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
40
40
"Cannot use field \\[.*\\] due to ambiguities",
41
41
"cannot sort on .*",
42
42
"argument of \\[count.*\\] must",
43
-
"Cannot use field \\[.*\\] with unsupported type \\[.*_range\\]",
43
+
"Cannot use field \\[.*\\] with unsupported type \\[.*\\]",
44
44
"Unbounded sort not supported yet",
45
45
"The field names are too complex to process", // field_caps problem
46
46
"must be \\[any type except counter types\\]", // TODO refine the generation of count()
0 commit comments