[SPARK-35012][PYTHON] Port Koalas DataFrame-related unit tests into PySpark#32131
[SPARK-35012][PYTHON] Port Koalas DataFrame-related unit tests into PySpark#32131xinrong-meng wants to merge 5 commits intoapache:masterfrom
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
|
|
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