We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2e027 commit 7114216Copy full SHA for 7114216
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/Fork.java
@@ -33,7 +33,7 @@
33
* A Fork is a n-ary {@code Plan} where each child is a sub plan, e.g.
34
* {@code FORK [WHERE content:"fox" ] [WHERE content:"dog"] }
35
*/
36
-public class Fork extends LogicalPlan implements PostAnalysisPlanVerificationAware, TelemetryAware, PipelineBreaker {
+public class Fork extends LogicalPlan implements PostAnalysisPlanVerificationAware, TelemetryAware {
37
38
public static final String FORK_FIELD = "_fork";
39
public static final int MAX_BRANCHES = 8;
0 commit comments