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 @@ -588,9 +588,6 @@ tests:
588
588
- class : org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT
589
589
method : test {csv-spec:spatial_shapes.ConvertCartesianShapeFromStringParseError}
590
590
issue : https://github.com/elastic/elasticsearch/issues/135455
591
- - class : org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
592
- method : test
593
- issue : https://github.com/elastic/elasticsearch/issues/134407
594
591
- class : org.elasticsearch.cluster.routing.allocation.decider.RestoreInProgressAllocationDeciderTests
595
592
method : testCanAllocatePrimaryExistingInRestoreInProgress
596
593
issue : https://github.com/elastic/elasticsearch/issues/135566
@@ -603,9 +600,6 @@ tests:
603
600
- class : org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT
604
601
method : testAggTooManyMvLongs
605
602
issue : https://github.com/elastic/elasticsearch/issues/135585
606
- - class : org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
607
- method : test
608
- issue : https://github.com/elastic/elasticsearch/issues/134407
609
603
610
604
# Examples:
611
605
#
Original file line number Diff line number Diff line change 21
21
import org .elasticsearch .xpack .esql .generator .command .pipe .LookupJoinGenerator ;
22
22
import org .elasticsearch .xpack .esql .generator .command .pipe .MvExpandGenerator ;
23
23
import org .elasticsearch .xpack .esql .generator .command .pipe .RenameGenerator ;
24
- import org .elasticsearch .xpack .esql .generator .command .pipe .SampleGenerator ;
25
24
import org .elasticsearch .xpack .esql .generator .command .pipe .SortGenerator ;
26
25
import org .elasticsearch .xpack .esql .generator .command .pipe .StatsGenerator ;
27
26
import org .elasticsearch .xpack .esql .generator .command .pipe .TimeSeriesStatsGenerator ;
@@ -72,7 +71,8 @@ public class EsqlQueryGenerator {
72
71
LookupJoinGenerator .INSTANCE ,
73
72
MvExpandGenerator .INSTANCE ,
74
73
RenameGenerator .INSTANCE ,
75
- SampleGenerator .INSTANCE ,
74
+ // awaits fix for https://github.com/elastic/elasticsearch/issues/135336
75
+ // SampleGenerator.INSTANCE,
76
76
SortGenerator .INSTANCE ,
77
77
StatsGenerator .INSTANCE ,
78
78
WhereGenerator .INSTANCE
You can’t perform that action at this time.
0 commit comments