-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-36225][PYTHON][DOCS] Use DataFrame in python docstrings #33438
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
|
Nice, thanks for your contributions! |
HyukjinKwon
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 otherwise
|
Test build #141325 has finished for PR 33438 at commit
|
|
Test build #141329 has finished for PR 33438 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
@dominikgehl can you check the build status? linter failed |
Co-authored-by: Hyukjin Kwon <gurwls223@gmail.com>
Co-authored-by: Hyukjin Kwon <gurwls223@gmail.com>
7e98751 to
1b181d8
Compare
|
Test build #141554 has finished for PR 33438 at commit
|
|
@dominikgehl mind taking a look for the linter failure? |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
Done |
|
Test build #141561 has finished for PR 33438 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
### What changes were proposed in this pull request? Changing references to Dataset in python docstrings to DataFrame ### Why are the changes needed? no Dataset class in pyspark ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Doc change only Closes #33438 from dominikgehl/feature/SPARK-36225. Lead-authored-by: Dominik Gehl <dog@open.ch> Co-authored-by: Dominik Gehl <gehl@fastmail.fm> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org> (cherry picked from commit ae1c20e) Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
|
Merged to master, branch-3.2 and branch-3.1. |
### What changes were proposed in this pull request? Changing references to Dataset in python docstrings to DataFrame ### Why are the changes needed? no Dataset class in pyspark ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Doc change only Closes #33438 from dominikgehl/feature/SPARK-36225. Lead-authored-by: Dominik Gehl <dog@open.ch> Co-authored-by: Dominik Gehl <gehl@fastmail.fm> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org> (cherry picked from commit ae1c20e) Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
### What changes were proposed in this pull request? Changing references to Dataset in python docstrings to DataFrame ### Why are the changes needed? no Dataset class in pyspark ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Doc change only Closes apache#33438 from dominikgehl/feature/SPARK-36225. Lead-authored-by: Dominik Gehl <dog@open.ch> Co-authored-by: Dominik Gehl <gehl@fastmail.fm> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org> (cherry picked from commit ae1c20e) Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
What changes were proposed in this pull request?
Changing references to Dataset in python docstrings to DataFrame
Why are the changes needed?
no Dataset class in pyspark
Does this PR introduce any user-facing change?
No
How was this patch tested?
Doc change only