-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-35012][PYTHON] Port Koalas DataFrame-related unit tests into PySpark #32131
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
[SPARK-35012][PYTHON] Port Koalas DataFrame-related unit tests into PySpark #32131
Conversation
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
6190e3f to
114610b
Compare
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #137225 has finished for PR 32131 at commit
|
|
Test build #137231 has finished for PR 32131 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #137261 has finished for PR 32131 at commit
|
|
Test build #137264 has finished for PR 32131 at commit
|
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.
|
Thanks! Merged to master. |
|
Thanks! |
|
LGTM. Thanks :) |
What changes were proposed in this pull request?
Now that we merged the Koalas main code into the PySpark code base (#32036), we should port the Koalas DataFrame-related unit tests to PySpark.
Why are the changes needed?
Currently, the pandas-on-Spark modules are not fully tested. We should enable the DataFrame-related unit tests first.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Enable DataFrame-related unit tests.
Keyword:SPARK-34849