Skip to content

Commit

Permalink
[9.0] Remove accidentally backported capabilities (elastic#123132)
Browse files Browse the repository at this point in the history
Remove accidentally backported capabilities.

Namely,
1. SUPPORT_PARTIAL_RESULTS ,
2. AGGREGATE_METRIC_DOUBLE_RENDERING
3. FORK
  • Loading branch information
ChrisHegarty authored Feb 21, 2025
1 parent 6437187 commit dc4e8f4
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -816,21 +816,6 @@ public enum Cap {
*/
INLINESTATS_V3(EsqlPlugin.INLINESTATS_FEATURE_FLAG),

/**
* Support partial_results
*/
SUPPORT_PARTIAL_RESULTS,

/**
* Support for rendering aggregate_metric_double type
*/
AGGREGATE_METRIC_DOUBLE_RENDERING(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),

/**
* Support for FORK command
*/
FORK(Build.current().isSnapshot()),

/**
* Allow mixed numeric types in conditional functions - case, greatest and least
*/
Expand Down

0 comments on commit dc4e8f4

Please sign in to comment.