Skip to content

Commit 1fb5cb4

Browse files
committed
Try to fix BWC test (3)
1 parent 9c466e4 commit 1fb5cb4

File tree

1 file changed

+5
-0
lines changed
  • x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq

1 file changed

+5
-0
lines changed

x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/MultiClusterSpecIT.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,9 @@ protected boolean supportsIndexModeLookup() throws IOException {
295295
// return hasCapabilities(List.of(JOIN_LOOKUP_V10.capabilityName()));
296296
return false;
297297
}
298+
299+
@Override
300+
protected boolean supportsUnmappedFields() throws IOException {
301+
return false;
302+
}
298303
}

0 commit comments

Comments
 (0)