Skip to content

Commit 0686c8f

Browse files
Fix tests
1 parent 9dd96df commit 0686c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/IdentifierBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ private static void validateClusterAndIndexPatterns(
193193
validateClusterString(clusterString, ctx);
194194
}
195195

196+
validateIndicesForCluster(clusterString, indices, ctx, hasSeenStar);
196197
if (selectorString != null) {
197198
try {
198199
// Ensures that the selector provided is one of the valid kinds
@@ -202,7 +203,6 @@ private static void validateClusterAndIndexPatterns(
202203
}
203204
}
204205

205-
validateIndicesForCluster(clusterString, indices, ctx, hasSeenStar);
206206
isFirstPattern = false;
207207
}
208208
}

0 commit comments

Comments
 (0)