-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-20830][PYSPARK][SQL] Add posexplode and posexplode_outer #18049
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
|
Test build #77154 has finished for PR 18049 at commit
|
|
Test build #77155 has finished for PR 18049 at commit
|
|
cc @ueshin |
ueshin
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, except for a comment.
python/pyspark/sql/tests.py
Outdated
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.
Can you extract the tests like ones for explode?
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.
@ueshin Of course, is this enough?
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.
Thanks, looks good.
|
Test build #78411 has finished for PR 18049 at commit
|
|
Thanks! merging to master. |
|
Thanks @ueshin! |
## What changes were proposed in this pull request? Add Python wrappers for `o.a.s.sql.functions.explode_outer` and `o.a.s.sql.functions.posexplode_outer`. ## How was this patch tested? Unit tests, doctests. Author: zero323 <[email protected]> Closes apache#18049 from zero323/SPARK-20830.
What changes were proposed in this pull request?
Add Python wrappers for
o.a.s.sql.functions.explode_outerando.a.s.sql.functions.posexplode_outer.How was this patch tested?
Unit tests, doctests.