File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
esql/src/main/java/org/elasticsearch/xpack/esql/action
src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -932,12 +932,7 @@ public enum Cap {
932932 /**
933933 * Support for sorting when aggregate_metric_doubles are present
934934 */
935- AGGREGATE_METRIC_DOUBLE_SORTING (AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG ),
936-
937- /**
938- * Support and enable partial results by default
939- */
940- ESQL_PARTIAL_RESULTS ;
935+ AGGREGATE_METRIC_DOUBLE_SORTING (AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG );
941936
942937 private final boolean enabled ;
943938
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ teardown:
198198 - method : POST
199199 path : /_query
200200 parameters : [ ]
201- capabilities : [ esql_allow_partial_results ]
201+ capabilities : [ support_partial_results ]
202202 reason : " disable partial_results"
203203 - do :
204204 catch : /ENRICH range and input types are incompatible. range\[INTEGER\], input\[DOUBLE\]/
You can’t perform that action at this time.
0 commit comments