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 6437187 commit dc4e8f4Copy full SHA for dc4e8f4
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
@@ -816,21 +816,6 @@ public enum Cap {
816
*/
817
INLINESTATS_V3(EsqlPlugin.INLINESTATS_FEATURE_FLAG),
818
819
- /**
820
- * Support partial_results
821
- */
822
- SUPPORT_PARTIAL_RESULTS,
823
-
824
825
- * Support for rendering aggregate_metric_double type
826
827
- AGGREGATE_METRIC_DOUBLE_RENDERING(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
828
829
830
- * Support for FORK command
831
832
- FORK(Build.current().isSnapshot()),
833
834
/**
835
* Allow mixed numeric types in conditional functions - case, greatest and least
836
0 commit comments