Skip to content

Commit d09d90f

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 12fb456 commit d09d90f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,14 +1118,13 @@ public enum Cap {
11181118
* Allow lookup join on mixed numeric fields, among byte, short, int, long, half_float, scaled_float, float and double.
11191119
*/
11201120
LOOKUP_JOIN_ON_MIXED_NUMERIC_FIELDS,
1121-
1121+
11221122
/**
11231123
* {@link org.elasticsearch.compute.lucene.LuceneQueryEvaluator} rewrites the query before executing it in Lucene. This
11241124
* provides support for KQL in a STATS ... BY command that uses a KQL query for filter, for example.
11251125
*/
11261126
LUCENE_QUERY_EVALUATOR_QUERY_REWRITE;
11271127

1128-
11291128
private final boolean enabled;
11301129

11311130
Cap() {

0 commit comments

Comments
 (0)