Uh oh!
There was an error while loading. Please reload this page.
[SPARK-31225][SQL][2.4] Override sql method of OuterReference - #32256
[SPARK-31225][SQL][2.4] Override sql method of OuterReference#32256yaooqinn wants to merge 3 commits into
Conversation
yaooqinn
commented
Apr 20, 2021
cc @cloud-fan@viirya thanks |
HyukjinKwon
commented
Apr 20, 2021
Once Jenkins build passes, it should be good to go. |
SparkQA
commented
Apr 20, 2021
Kubernetes integration test starting |
SparkQA
commented
Apr 20, 2021
Kubernetes integration test status failure |
SparkQA
commented
Apr 20, 2021
Test build #137689 has finished for PR 32256 at commit
|
viirya
commented
Apr 20, 2021
Can you fix the error message? |
viirya
left a comment
There was a problem hiding this comment.
looks good. we just need to update the error message in the failed test.
SparkQA
commented
Apr 20, 2021
Kubernetes integration test starting |
SparkQA
commented
Apr 20, 2021
Kubernetes integration test status failure |
SparkQA
commented
Apr 20, 2021
Test build #137698 has finished for PR 32256 at commit
|
viirya
commented
Apr 20, 2021
Seems there is still other error? |
SparkQA
commented
Apr 21, 2021
Kubernetes integration test starting |
SparkQA
commented
Apr 21, 2021
Kubernetes integration test status failure |
SparkQA
commented
Apr 21, 2021
Test build #137712 has finished for PR 32256 at commit
|
cloud-fan
commented
Apr 21, 2021
thanks, merging to 2.4! |
viirya
commented
Apr 21, 2021
Thanks! Merging to 2.4. |
### What changes were proposed in this pull request? Per #32179 (comment) 's request to backport SPARK-31225 to branch 2.4 ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? Closes#32256 from yaooqinn/SPARK-31225. Authored-by: Kent Yao <yao@apache.org> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
What changes were proposed in this pull request?
Per #32179 (comment) 's request to backport SPARK-31225 to branch 2.4
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?