-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-27463][PYTHON][FOLLOW-UP] Miscellaneous documentation and code cleanup of cogroup pandas UDF #25939
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
sql/core/src/main/scala/org/apache/spark/sql/RelationalGroupedDataset.scala
Outdated
Show resolved
Hide resolved
|
add to whitelist |
|
Test build #111410 has finished for PR 25939 at commit
|
|
Test build #111415 has finished for PR 25939 at commit
|
|
Test build #111430 has finished for PR 25939 at commit
|
|
Test build #111450 has finished for PR 25939 at commit
|
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 otherwise. Thanks for addressing my comments @d80tb7.
|
Test build #111452 has finished for PR 25939 at commit
|
|
Test build #111574 has finished for PR 25939 at commit
|
|
retest this please |
|
Test build #111579 has finished for PR 25939 at commit
|
|
Merged to master. |
This PR adds some extra documentation for the new Cogrouped map Pandas udfs. Specifically: - Updated the usage guide for the new `COGROUPED_MAP` Pandas udfs added in #24981 - Updated the docstring for pandas_udf to include the COGROUPED_MAP type as suggested by HyukjinKwon in #25939 Closes #26110 from d80tb7/SPARK-29126-cogroup-udf-usage-guide. Authored-by: Chris Martin <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
Follow up from #24981 incorporating some comments from @HyukjinKwon.
Specifically:
CoGroupedDatatopyspark/sql/__init__.py __all__so that documentation is generated.This was tested by running the appropriate unit tests. I'm unsure as to how to check that my change will cause the documentation to be generated correctly, but it someone can describe how I can do this I'd be happy to check.