[SPARK-34996][PYTHON] Port Koalas Series-related unit tests into PySpark#32117
[SPARK-34996][PYTHON] Port Koalas Series-related unit tests into PySpark#32117xinrong-meng wants to merge 10 commits intoapache:masterfrom
Conversation
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #137159 has finished for PR 32117 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #137233 has finished for PR 32117 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #137248 has finished for PR 32117 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #137257 has finished for PR 32117 at commit
|
|
Merged to master. |
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #137265 has finished for PR 32117 at commit
|
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 Series related unit tests to PySpark.
Why are the changes needed?
Currently, the pandas-on-Spark modules are not fully tested. We should enable the Series related unit tests first.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Enable Series-related unit tests.
Keyword:SPARK-34849