Skip to content

Commit dc4e8f4

Browse files
authored
[9.0] Remove accidentally backported capabilities (#123132)
Remove accidentally backported capabilities. Namely, 1. SUPPORT_PARTIAL_RESULTS , 2. AGGREGATE_METRIC_DOUBLE_RENDERING 3. FORK
1 parent 6437187 commit dc4e8f4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -816,21 +816,6 @@ public enum Cap {
816816
*/
817817
INLINESTATS_V3(EsqlPlugin.INLINESTATS_FEATURE_FLAG),
818818

819-
/**
820-
* Support partial_results
821-
*/
822-
SUPPORT_PARTIAL_RESULTS,
823-
824-
/**
825-
* Support for rendering aggregate_metric_double type
826-
*/
827-
AGGREGATE_METRIC_DOUBLE_RENDERING(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
828-
829-
/**
830-
* Support for FORK command
831-
*/
832-
FORK(Build.current().isSnapshot()),
833-
834819
/**
835820
* Allow mixed numeric types in conditional functions - case, greatest and least
836821
*/

0 commit comments

Comments
 (0)