-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-41010][CONNECT][PYTHON] Complete Support for Except and Intersect in Python client #38506
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
…ect in Python client.
|
R: @HyukjinKwon |
|
actually I will follow https://spark.apache.org/contributing.html. to add a short description for test cases in this PR/ |
|
Ok added short description for the new test cases. |
|
Can one of the admins verify this patch? |
Co-authored-by: Ruifeng Zheng <[email protected]>
|
merged into master |
| <ul> | ||
| <li> | ||
| <b>Union</b><br /> | ||
| <b>SetOperation</b><br /> |
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.
qq: why don't we have Except, Union, etc separately?
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.
@HyukjinKwon I hope this discussion can answer your question #38166 (comment)....
…ect in Python client ### What changes were proposed in this pull request? 1. Add support for intersect and except. 2. Unify union, intersect and except into `SetOperation`. ### Why are the changes needed? Improve API coverage. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? UT Closes apache#38506 from amaliujia/except_python. Authored-by: Rui Wang <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
What changes were proposed in this pull request?
SetOperation.Why are the changes needed?
Improve API coverage.
Does this PR introduce any user-facing change?
No
How was this patch tested?
UT