Selaa lähdekoodia

[9.1] Remove incorrectly added EsqlCapability (#131963)

Accidentally added this in when backporting #131954 which will break
some of the tests, so I am removing it
Larisa Motova 3 kuukautta sitten
vanhempi
commit
21d2a72491

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

@@ -910,11 +910,6 @@ public class EsqlCapabilities {
          */
         AGGREGATE_METRIC_DOUBLE_AVG(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
 
-        /**
-         * Support for implicit casting of aggregate metric double when run in aggregations
-         */
-        AGGREGATE_METRIC_DOUBLE_IMPLICIT_CASTING_IN_AGGS(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
-
         /**
          * Fixes bug when aggregate metric double is encoded as a single nul value but decoded as
          * AggregateMetricDoubleBlock (expecting 4 values) in TopN.