Skip to content

Commit 9cc386f

Browse files
authored
Add FORK generator back (#129790)
1 parent cc405dc commit 9cc386f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/EsqlQueryGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import org.elasticsearch.xpack.esql.qa.rest.generative.command.pipe.DropGenerator;
1515
import org.elasticsearch.xpack.esql.qa.rest.generative.command.pipe.EnrichGenerator;
1616
import org.elasticsearch.xpack.esql.qa.rest.generative.command.pipe.EvalGenerator;
17+
import org.elasticsearch.xpack.esql.qa.rest.generative.command.pipe.ForkGenerator;
1718
import org.elasticsearch.xpack.esql.qa.rest.generative.command.pipe.GrokGenerator;
1819
import org.elasticsearch.xpack.esql.qa.rest.generative.command.pipe.KeepGenerator;
1920
import org.elasticsearch.xpack.esql.qa.rest.generative.command.pipe.LimitGenerator;
@@ -55,8 +56,7 @@ public record QueryExecuted(String query, int depth, List<Column> outputSchema,
5556
DropGenerator.INSTANCE,
5657
EnrichGenerator.INSTANCE,
5758
EvalGenerator.INSTANCE,
58-
// Awaits fix: https://github.com/elastic/elasticsearch/issues/129715
59-
// ForkGenerator.INSTANCE,
59+
ForkGenerator.INSTANCE,
6060
GrokGenerator.INSTANCE,
6161
KeepGenerator.INSTANCE,
6262
LimitGenerator.INSTANCE,

0 commit comments

Comments
 (0)