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/EsqlQueryGenerator.java
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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,12 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
62
62
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/131509
63
63
64
64
// Awaiting fixes for correctness
65
-
"Expecting at most \\[.*\\] columns, got \\[.*\\]"// https://github.com/elastic/elasticsearch/issues/129561
65
+
"Expecting at most \\[.*\\] columns, got \\[.*\\]", // https://github.com/elastic/elasticsearch/issues/129561
66
+
67
+
// TS-command tests
68
+
"Invalid call to dataType on an unresolved object \\?LASTOVERTIME", // https://github.com/elastic/elasticsearch/issues/134791
69
+
"class org.elasticsearch.compute.data..*Block cannot be cast to class org.elasticsearch.compute.data..*Block", // https://github.com/elastic/elasticsearch/issues/134793
70
+
"Output has changed from \\[.*\\] to \\[.*\\]"// https://github.com/elastic/elasticsearch/issues/134794
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/command/pipe/TimeSeriesStatsGenerator.java
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -81,12 +81,9 @@ public CommandDescription generate(
0 commit comments