Skip to content

Commit 997b9bd

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 8413dbc commit 997b9bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,7 @@ public void testRemoteLookupJoinWithPipelineBreaker() {
319319
)
320320
);
321321

322-
plan(
323-
"FROM test,remote:test | EVAL language_code = languages | LOOKUP JOIN languages_lookup ON language_code | LIMIT 2",
324-
analyzer
325-
);
322+
plan("FROM test,remote:test | EVAL language_code = languages | LOOKUP JOIN languages_lookup ON language_code | LIMIT 2", analyzer);
326323

327324
// Since FORK, RERANK, COMPLETION and CHANGE_POINT are not supported on remote indices, we can't check them here against the remote
328325
// LOOKUP JOIN

0 commit comments

Comments
 (0)