-
Notifications
You must be signed in to change notification settings - Fork 29k
[SQL][MINOR] EquivalentExpressions.commonChildrenToRecurse should skip CodegenFallback #33304
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
Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, but could you avoid using MINOR, @cloud-fan ? It's not clear to the other reviewers.
- What did cause this bug?
- Does this affect the released Apache Spark?
- When does this happen from?
|
This is so minor that I opened this backport PR only because someone asked for it. I think the mistake was there since this piece of code was added. I didn't look into how this affects real queries and what is the consequence, as this mistake is so obvious. There is no bug report so far. |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #140930 has finished for PR 33304 at commit
|
|
Merged to branch-3.1. |
…p CodegenFallback ### What changes were proposed in this pull request? This is a very trivial mistake we found during a code refactor in https://github.com/apache/spark/pull/33142/files#r660900049 This PR backport this one-line fix. ### Why are the changes needed? fix a mistake ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing tests Closes #33304 from cloud-fan/backport. Authored-by: Wenchen Fan <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
…p CodegenFallback ### What changes were proposed in this pull request? This is a very trivial mistake we found during a code refactor in https://github.com/apache/spark/pull/33142/files#r660900049 This PR backport this one-line fix. ### Why are the changes needed? fix a mistake ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing tests Closes apache#33304 from cloud-fan/backport. Authored-by: Wenchen Fan <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
…p CodegenFallback ### What changes were proposed in this pull request? This is a very trivial mistake we found during a code refactor in https://github.com/apache/spark/pull/33142/files#r660900049 This PR backport this one-line fix. ### Why are the changes needed? fix a mistake ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing tests Closes apache#33304 from cloud-fan/backport. Authored-by: Wenchen Fan <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
What changes were proposed in this pull request?
This is a very trivial mistake we found during a code refactor in https://github.com/apache/spark/pull/33142/files#r660900049
This PR backport this one-line fix.
Why are the changes needed?
fix a mistake
Does this PR introduce any user-facing change?
no
How was this patch tested?
existing tests