File tree 2 files changed +2
-3
lines changed
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -461,9 +461,6 @@ tests:
461
461
- class : org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT
462
462
method : testElser {upgradedNodes=1}
463
463
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
467
464
- class : org.elasticsearch.xpack.application.CohereServiceUpgradeIT
468
465
method : testCohereEmbeddings {upgradedNodes=1}
469
466
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() {
2329
2329
}
2330
2330
2331
2331
public void testVerifierOnMissingReferencesWithBinaryPlans () throws Exception {
2332
+ assumeTrue ("Requires LOOKUP JOIN" , EsqlCapabilities .Cap .JOIN_LOOKUP_V5 .isEnabled ());
2333
+
2332
2334
// Do not assert serialization:
2333
2335
// This will have a LookupJoinExec, which is not serializable because it doesn't leave the coordinator.
2334
2336
var plan = physicalPlan ("""
You can’t perform that action at this time.
0 commit comments