File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -461,9 +461,6 @@ tests:
461461- class : org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT
462462 method : testElser {upgradedNodes=1}
463463 issue : https://github.com/elastic/elasticsearch/issues/118127
464- - class : org.elasticsearch.xpack.esql.optimizer.PhysicalPlanOptimizerTests
465- method : testVerifierOnMissingReferencesWithBinaryPlans {default}
466- issue : https://github.com/elastic/elasticsearch/issues/118707
467464- class : org.elasticsearch.xpack.application.CohereServiceUpgradeIT
468465 method : testCohereEmbeddings {upgradedNodes=1}
469466 issue : https://github.com/elastic/elasticsearch/issues/116974
Original file line number Diff line number Diff line change @@ -2329,6 +2329,8 @@ public void testVerifierOnMissingReferences() {
23292329 }
23302330
23312331 public void testVerifierOnMissingReferencesWithBinaryPlans () throws Exception {
2332+ assumeTrue ("Requires LOOKUP JOIN" , EsqlCapabilities .Cap .JOIN_LOOKUP_V5 .isEnabled ());
2333+
23322334 // Do not assert serialization:
23332335 // This will have a LookupJoinExec, which is not serializable because it doesn't leave the coordinator.
23342336 var plan = physicalPlan ("""
You can’t perform that action at this time.
0 commit comments