gabotechs commented on issue #21080: URL: https://github.com/apache/datafusion/issues/21080#issuecomment-4591680705
For backporting https://github.com/apache/datafusion/pull/22690 (Gate new ScalarSubqueryExec node behind session property), there is a new test introduced by the original PR that succeeds on `main` but fails on `branch-54` (https://github.com/apache/datafusion/actions/runs/26745558276/job/78820841157). It succeeds on `main` because https://github.com/apache/datafusion/pull/22316 fixes it, so the best thing will be to: 1. backport https://github.com/apache/datafusion/pull/22316 (chore: Cleanup and refactor build_join in ScalarSubqueryToJoin ) to `branch-54` 2. backport https://github.com/apache/datafusion/pull/22690 (Gate new ScalarSubqueryExec node behind session property) to `branch-54` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
