Skip to content

Commit b92624d

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 960f99f commit b92624d

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session

1 file changed

+2
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/EsqlSession.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,8 @@ private void resolveIndicesAndAnalyze(
551551
);
552552

553553
SubscribableListener.<PreAnalysisResult>newForked(
554-
// The main index pattern dictates on which nodes the query can be executed, so we use the minimum transport version from this field
554+
// The main index pattern dictates on which nodes the query can be executed, so we use the minimum transport version from this
555+
// field
555556
// caps request.
556557
l -> preAnalyzeMainIndices(preAnalysis.indexes().entrySet().iterator(), preAnalysis, executionInfo, result, requestFilter, l)
557558
).andThenApply(r -> {

0 commit comments

Comments
 (0)