Skip to content

Commit 21d2a72

Browse files
authored
[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
1 parent c612df6 commit 21d2a72

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
@@ -910,11 +910,6 @@ public enum Cap {
910910
*/
911911
AGGREGATE_METRIC_DOUBLE_AVG(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
912912

913-
/**
914-
* Support for implicit casting of aggregate metric double when run in aggregations
915-
*/
916-
AGGREGATE_METRIC_DOUBLE_IMPLICIT_CASTING_IN_AGGS(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
917-
918913
/**
919914
* Fixes bug when aggregate metric double is encoded as a single nul value but decoded as
920915
* AggregateMetricDoubleBlock (expecting 4 values) in TopN.

0 commit comments

Comments
 (0)