Uh oh!
There was an error while loading. Please reload this page.
[SQL][MINOR] EquivalentExpressions.commonChildrenToRecurse should skip CodegenFallback - #33304
[SQL][MINOR] EquivalentExpressions.commonChildrenToRecurse should skip CodegenFallback#33304cloud-fan wants to merge 1 commit into
Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
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?
cloud-fan
commented
Jul 12, 2021
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. |
SparkQA
commented
Jul 12, 2021
Kubernetes integration test starting |
SparkQA
commented
Jul 12, 2021
Kubernetes integration test status failure |
SparkQA
commented
Jul 12, 2021
Test build #140930 has finished for PR 33304 at commit
|
HyukjinKwon
commented
Jul 13, 2021
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 <wenchen@databricks.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
…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 Closesapache#33304 from cloud-fan/backport. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
…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 Closesapache#33304 from cloud-fan/backport. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
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