We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c612df6 commit 21d2a72Copy full SHA for 21d2a72
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
@@ -910,11 +910,6 @@ public enum Cap {
910
*/
911
AGGREGATE_METRIC_DOUBLE_AVG(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
912
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
-
918
/**
919
* Fixes bug when aggregate metric double is encoded as a single nul value but decoded as
920
* AggregateMetricDoubleBlock (expecting 4 values) in TopN.
0 commit comments