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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase implements Query
59
59
"The field names are too complex to process", // field_caps problem
60
60
"must be \\[any type except counter types\\]", // TODO refine the generation of count()
61
61
"INLINE STATS cannot be used after an explicit or implicit LIMIT command",
62
+
"sub-plan execution results too large", // INLINE STATS limitations
0 commit comments