Skip to content

Commit c8563f6

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d86d16b commit c8563f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)