Skip to content

Commit 8cd60cc

Browse files
committed
Fix merge
1 parent d9ff06b commit 8cd60cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,14 +1132,14 @@ public enum Cap {
11321132
LUCENE_QUERY_EVALUATOR_QUERY_REWRITE,
11331133

11341134
/**
1135-
* Dense vector field type support
1135+
* Support parameters for LiMIT command.
11361136
*/
1137-
DENSE_VECTOR_FIELD_TYPE(EsqlCorePlugin.DENSE_VECTOR_FEATURE_FLAG),
1137+
PARAMETER_FOR_LIMIT,
11381138

11391139
/**
1140-
* Support parameters for LiMIT command.
1140+
* Dense vector field type support
11411141
*/
1142-
PARAMETER_FOR_LIMIT;
1142+
DENSE_VECTOR_FIELD_TYPE(EsqlCorePlugin.DENSE_VECTOR_FEATURE_FLAG);
11431143

11441144
private final boolean enabled;
11451145

0 commit comments

Comments
 (0)