-
Notifications
You must be signed in to change notification settings - Fork 28.5k
[SPARK-36035][PYTHON] Adjust test_astype
, test_neg
for old pandas versions
#33250
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
test_astype
work with all pandas versions in pandas API on Sparktest_astype
, test_neg
for old pandas versions
Test build #140768 has finished for PR 33250 at commit
|
Kubernetes integration test starting |
Kubernetes integration test status success |
Test build #140818 has finished for PR 33250 at commit
|
Kubernetes integration test starting |
Kubernetes integration test status success |
test_astype
, test_neg
for old pandas versionstest_astype
, test_neg
for old pandas versions
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
Merged to master and branch-3.2. |
… versions ### What changes were proposed in this pull request? Adjust `test_astype`, `test_neg` for old pandas versions. ### Why are the changes needed? There are issues in old pandas versions that fail tests in pandas API on Spark. We ought to adjust `test_astype` and `test_neg` for old pandas versions. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Unit tests. Please refer to #33272 for test results with pandas 1.0.1. Closes #33250 from xinrong-databricks/SPARK-36035. Authored-by: Xinrong Meng <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]> (cherry picked from commit 698c4ec) Signed-off-by: Hyukjin Kwon <[email protected]>
What changes were proposed in this pull request?
Adjust
test_astype
,test_neg
for old pandas versions.Why are the changes needed?
There are issues in old pandas versions that fail tests in pandas API on Spark. We ought to adjust
test_astype
andtest_neg
for old pandas versions.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Unit tests. Please refer to #33272 for test results with pandas 1.0.1.