File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/generator Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -582,9 +582,6 @@ tests:
582582- class : org.elasticsearch.xpack.esql.expression.function.aggregate.IrateTests
583583 method : testGroupingAggregate {TestCase=<positive longs>}
584584 issue : https://github.com/elastic/elasticsearch/issues/135775
585- - class : org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
586- method : test
587- issue : https://github.com/elastic/elasticsearch/issues/135787
588585- class : org.elasticsearch.xpack.esql.expression.function.aggregate.IrateTests
589586 method : testGroupingAggregate {TestCase=<positive ints>}
590587 issue : https://github.com/elastic/elasticsearch/issues/135814
@@ -594,9 +591,6 @@ tests:
594591- class : org.elasticsearch.xpack.esql.expression.function.aggregate.IrateTests
595592 method : testGroupingAggregate {TestCase=<big positive doubles>}
596593 issue : https://github.com/elastic/elasticsearch/issues/135756
597- - class : org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
598- method : test
599- issue : https://github.com/elastic/elasticsearch/issues/135787
600594- class : org.elasticsearch.xpack.logsdb.qa.BulkDynamicMappingChallengeRestIT
601595 method : testMatchAllQuery
602596 issue : https://github.com/elastic/elasticsearch/issues/135820
Original file line number Diff line number Diff line change 1717import org .elasticsearch .xpack .esql .generator .command .pipe .EvalGenerator ;
1818import org .elasticsearch .xpack .esql .generator .command .pipe .ForkGenerator ;
1919import org .elasticsearch .xpack .esql .generator .command .pipe .GrokGenerator ;
20- import org .elasticsearch .xpack .esql .generator .command .pipe .InlineStatsGenerator ;
2120import org .elasticsearch .xpack .esql .generator .command .pipe .KeepGenerator ;
2221import org .elasticsearch .xpack .esql .generator .command .pipe .LimitGenerator ;
2322import org .elasticsearch .xpack .esql .generator .command .pipe .LookupJoinGenerator ;
@@ -70,7 +69,8 @@ public class EsqlQueryGenerator {
7069 ForkGenerator .INSTANCE ,
7170 GrokGenerator .INSTANCE ,
7271 KeepGenerator .INSTANCE ,
73- InlineStatsGenerator .INSTANCE ,
72+ // awaits fix for https://github.com/elastic/elasticsearch/issues/135679
73+ // InlineStatsGenerator.INSTANCE,
7474 LimitGenerator .INSTANCE ,
7575 LookupJoinGenerator .INSTANCE ,
7676 MvExpandGenerator .INSTANCE ,
You can’t perform that action at this time.
0 commit comments