Skip to content

Commit 844b1e8

Browse files
committed
Move capability to the bottom
1 parent ee9de1c commit 844b1e8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,6 @@ public enum Cap {
369369
*/
370370
GROK_DISSECT_MASKING,
371371

372-
/**
373-
* Avid GROK and DISSECT attributes being removed when resolving fields.
374-
* see <a href="https://github.com/elastic/elasticsearch/issues/127468"> ES|QL: Grok only supports KEYWORD or TEXT values, found expression [type] type [INTEGER] #127468 </a>
375-
*/
376-
KEEP_REGEX_EXTRACT_ATTRIBUTES,
377372
/**
378373
* Support for quoting index sources in double quotes.
379374
*/
@@ -1090,7 +1085,13 @@ public enum Cap {
10901085
/**
10911086
* Full text functions in STATS
10921087
*/
1093-
FULL_TEXT_FUNCTIONS_IN_STATS_WHERE;
1088+
FULL_TEXT_FUNCTIONS_IN_STATS_WHERE,
1089+
1090+
/**
1091+
* Avid GROK and DISSECT attributes being removed when resolving fields.
1092+
* see <a href="https://github.com/elastic/elasticsearch/issues/127468"> ES|QL: Grok only supports KEYWORD or TEXT values, found expression [type] type [INTEGER] #127468 </a>
1093+
*/
1094+
KEEP_REGEX_EXTRACT_ATTRIBUTES;
10941095

10951096
private final boolean enabled;
10961097

0 commit comments

Comments
 (0)