Skip to content

Commit adb6bd6

Browse files
authored
[8.19] Remove incorrectly added EsqlCapability (elastic#131962)
Accidentally added this in when backporting elastic#131955 which will break some of the tests, so I am removing it.
1 parent 6a24a6a commit adb6bd6

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
@@ -786,11 +786,6 @@ public enum Cap {
786786
*/
787787
AGGREGATE_METRIC_DOUBLE_AVG(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
788788

789-
/**
790-
* Support for implicit casting of aggregate metric double when run in aggregations
791-
*/
792-
AGGREGATE_METRIC_DOUBLE_IMPLICIT_CASTING_IN_AGGS(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
793-
794789
/**
795790
* Fixes bug when aggregate metric double is encoded as a single nul value but decoded as
796791
* AggregateMetricDoubleBlock (expecting 4 values) in TopN.

0 commit comments

Comments
 (0)