Skip to content

Commit 693df43

Browse files
authored
Remove accidentally backported Fork capability (#123133)
1 parent 11fda75 commit 693df43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -705,11 +705,6 @@ public enum Cap {
705705
*/
706706
AGGREGATE_METRIC_DOUBLE_RENDERING(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
707707

708-
/**
709-
* Support for FORK command
710-
*/
711-
FORK(Build.current().isSnapshot()),
712-
713708
/**
714709
* Allow mixed numeric types in conditional functions - case, greatest and least
715710
*/

0 commit comments

Comments
 (0)