-
Notifications
You must be signed in to change notification settings - Fork 29k
[WIP][SPARK-55185][SPARK-55072][SQL] Combined PR to verify that SPARK-55072 is fixed with dependent PR of SPARK-55185 #53983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…romConstraints rule are run as part of the operatorOptimizationRuleSet, so that generated filter on Left leg of Join, in some specific situation, is not missed
…romConstraints rule are run as part of the operatorOptimizationRuleSet, so that generated filter on Left leg of Join, in some specific situation, is not missed
…romConstraints rule are run as part of the operatorOptimizationRuleSet, so that generated filter on Left leg of Join, in some specific situation, is not missed
…romConstraints rule are run as part of the operatorOptimizationRuleSet, so that generated filter on Left leg of Join, in some specific situation, is not missed
…romConstraints rule are run as part of the operatorOptimizationRuleSet, so that generated filter on Left leg of Join, in some specific situation, is not missed
…romConstraints rule are run as part of the operatorOptimizationRuleSet, so that generated filter on Left leg of Join, in some specific situation, is not missed
…straint rule is run as part of post optimzation batch with fixed ietrations
…straint rule is run as part of post optimzation batch with fixed ietrations
JIRA Issue Information=== Bug SPARK-55185 === === Improvement SPARK-55072 === This comment was automatically generated by GitHub Actions |
What changes were proposed in this pull request?
Combined PR for SPARK-55072 and SPARK-55185
Why are the changes needed?
To verify that the issue of SPARK-55072 is fixed by taking in along the changes of SPARK-55185
Does this PR introduce any user-facing change?
No
How was this patch tested?
Bugtests added
Was this patch authored or co-authored using generative AI tooling?
No