Skip to content

Commit 371696d

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent b2e3c7e commit 371696d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/inference/InferenceFunction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import org.elasticsearch.xpack.esql.core.expression.Attribute;
1111
import org.elasticsearch.xpack.esql.core.expression.Expression;
12-
import org.elasticsearch.xpack.esql.core.expression.Literal;
1312
import org.elasticsearch.xpack.esql.core.expression.MapExpression;
1413
import org.elasticsearch.xpack.esql.core.expression.function.Function;
1514
import org.elasticsearch.xpack.esql.core.tree.Source;

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/LocalExecutionPlanner.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,8 @@ private PhysicalOperation planRerank(RerankExec rerank, LocalExecutionPlannerCon
624624
// The input value will looks like
625625
// text_field: foo bar
626626
// multivalue_text_field:
627-
// - value 1
628-
// - value 2
627+
// - value 1
628+
// - value 2
629629
// integer_field: 132
630630
Map<ColumnInfoImpl, EvalOperator.ExpressionEvaluator.Factory> rerankFieldsEvaluatorSuppliers = Maps
631631
.newLinkedHashMapWithExpectedSize(rerank.rerankFields().size());

0 commit comments

Comments
 (0)