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 6a24a6a commit adb6bd6Copy full SHA for adb6bd6
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
@@ -786,11 +786,6 @@ public enum Cap {
786
*/
787
AGGREGATE_METRIC_DOUBLE_AVG(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
788
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
-
794
/**
795
* Fixes bug when aggregate metric double is encoded as a single nul value but decoded as
796
* AggregateMetricDoubleBlock (expecting 4 values) in TopN.
0 commit comments