-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-31225][SQL][2.4] Override sql method of OuterReference #32256
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
|
cc @cloud-fan @viirya thanks |
|
Once Jenkins build passes, it should be good to go. |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
cloud-fan
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.
LGTM if tests pass
|
Test build #137689 has finished for PR 32256 at commit
|
|
Can you fix the error message? |
viirya
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.
looks good. we just need to update the error message in the failed test.
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #137698 has finished for PR 32256 at commit
|
|
Seems there is still other error? |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #137712 has finished for PR 32256 at commit
|
|
thanks, merging to 2.4! |
|
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?