-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark #32152
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
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, pending tests.
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #137304 has finished for PR 32152 at commit
|
|
Jenkins, retest this please. |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
itholic
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 if test passes
|
Test build #137310 has finished for PR 32152 at commit
|
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. can we resolve the conflicts?
|
@HyukjinKwon Certainly, the conflict has been resolved! |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #748860054 for PR 32152 at commit |
|
Test build #137358 has finished for PR 32152 at commit
|
|
Merged to master. |
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 miscellaneous unit tests to PySpark.
Why are the changes needed?
Currently, the pandas-on-Spark modules are not tested fully. We should enable miscellaneous unit tests.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Enable miscellaneous unit tests.