Skip to content

Commit 0e515ce

Browse files
committed
Remove accidentally backported Fork capability
1 parent 4765745 commit 0e515ce

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
@@ -826,11 +826,6 @@ public enum Cap {
826826
*/
827827
AGGREGATE_METRIC_DOUBLE_RENDERING(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
828828

829-
/**
830-
* Support for FORK command
831-
*/
832-
FORK(Build.current().isSnapshot()),
833-
834829
/**
835830
* Allow mixed numeric types in conditional functions - case, greatest and least
836831
*/

0 commit comments

Comments
 (0)