Skip to content

Commit 06a6f7a

Browse files
authored
ESQL: Remove capabilities we shouldn't have added (elastic#126779)
8.x doesn't have these capabilities.
1 parent 820e0c1 commit 06a6f7a

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -791,36 +791,6 @@ public enum Cap {
791791
*/
792792
FIX_DOUBLY_RELEASED_NULL_BLOCKS_IN_VALUESOURCEREADER,
793793

794-
/**
795-
* Listing queries and getting information on a specific query.
796-
*/
797-
QUERY_MONITORING,
798-
799-
/**
800-
* Support max_over_time aggregation that gets evaluated per time-series
801-
*/
802-
MAX_OVER_TIME(Build.current().isSnapshot()),
803-
804-
/**
805-
* Support STATS/EVAL/DISSECT in Fork branches
806-
*/
807-
FORK_V2(Build.current().isSnapshot()),
808-
809-
/**
810-
* Support for the {@code leading_zeros} named parameter.
811-
*/
812-
TO_IP_LEADING_ZEROS,
813-
814-
/**
815-
* Does the usage information for ESQL contain a histogram of {@code took} values?
816-
*/
817-
USAGE_CONTAINS_TOOK,
818-
819-
/**
820-
* Support avg_over_time aggregation that gets evaluated per time-series
821-
*/
822-
AVG_OVER_TIME(Build.current().isSnapshot()),
823-
824794
/**
825795
* Support loading of ip fields if they are not indexed.
826796
*/

0 commit comments

Comments
 (0)