We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444217d commit e5254ecCopy full SHA for e5254ec
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/EsqlSession.java
@@ -694,7 +694,7 @@ private void preAnalyzeMainIndices(
694
);
695
if (preAnalysis.indexPattern() != null) {
696
if (executionInfo.clusterAliases().isEmpty()) {
697
- // if this was a pure remote CCS request (no local indices) and all remotes are offline, return an empty IndexResolution
+ // return empty resolution if the expression is pure CCS and resolved no remote clusters (like no-such-cluster*:index)
698
listener.onResponse(
699
result.withIndices(IndexResolution.valid(new EsIndex(preAnalysis.indexPattern().indexPattern(), Map.of(), Map.of())))
700
0 commit comments