Skip to content

Commit 0d5a66a

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e4f31fc commit 0d5a66a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,10 +1907,11 @@ public void testMultiMatchOptionsPushDown() {
19071907
}
19081908

19091909
public void testKnnOptionsPushDown() {
1910-
String query = """
1911-
from test
1912-
| where KNN(dense_vector, [0.1, 0.2, 0.3], { "k": 5, "similarity": 0.001, "num_candidates": 10, "rescore_oversample": 7, "boost": 3.5 })
1913-
""";
1910+
String query =
1911+
"""
1912+
from test
1913+
| where KNN(dense_vector, [0.1, 0.2, 0.3], { "k": 5, "similarity": 0.001, "num_candidates": 10, "rescore_oversample": 7, "boost": 3.5 })
1914+
""";
19141915
var analyzer = makeAnalyzer("mapping-all-types.json");
19151916
var plan = plannerOptimizer.plan(query, IS_SV_STATS, analyzer);
19161917

0 commit comments

Comments
 (0)