-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-36412: [Python][CI] Fix extra deprecation warnings in the pandas nightly build #39609
GH-36412: [Python][CI] Fix extra deprecation warnings in the pandas nightly build #39609
Conversation
@github-actions crossbow submit test-conda-python-3.10-pandas-nightly |
Revision: 7230b6f Submitted crossbow builds: ursacomputing/crossbow @ actions-40718f16dc
|
@github-actions crossbow submit test-conda-python-3.10-pandas-nightly |
Revision: 0d7edf3 Submitted crossbow builds: ursacomputing/crossbow @ actions-f2bde2fa12
|
@github-actions crossbow submit test-conda-python-3.10-pandas-nightly |
Revision: 09f2f50 Submitted crossbow builds: ursacomputing/crossbow @ actions-3a8abeda7e
|
Co-authored-by: Joris Van den Bossche <[email protected]>
@github-actions crossbow submit test-conda-python-3.10-pandas-nightly |
Revision: 3adf04e Submitted crossbow builds: ursacomputing/crossbow @ actions-5666ccb6e4
|
@github-actions crossbow submit test-conda-python-3.10-pandas-nightly |
Revision: 01980c1 Submitted crossbow builds: ursacomputing/crossbow @ actions-db434e524e
|
I think this PR looks good now. The only missing thing I have to solve is this warning about comparison with empty arrays (coming from
But I would do this in a separate PR. |
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.
Thanks!
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 6eeee3b. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…ndas nightly build (apache#39609) Fixes left deprecation warnings coming from the pandas development version, by updating our test code to avoid the deprecated patterns. * Closes: apache#36412 Lead-authored-by: AlenkaF <[email protected]> Co-authored-by: Alenka Frim <[email protected]> Co-authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
…ndas nightly build (apache#39609) Fixes left deprecation warnings coming from the pandas development version, by updating our test code to avoid the deprecated patterns. * Closes: apache#36412 Lead-authored-by: AlenkaF <[email protected]> Co-authored-by: Alenka Frim <[email protected]> Co-authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
…ndas nightly build (apache#39609) Fixes left deprecation warnings coming from the pandas development version, by updating our test code to avoid the deprecated patterns. * Closes: apache#36412 Lead-authored-by: AlenkaF <[email protected]> Co-authored-by: Alenka Frim <[email protected]> Co-authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
…ndas nightly build (apache#39609) Fixes left deprecation warnings coming from the pandas development version, by updating our test code to avoid the deprecated patterns. * Closes: apache#36412 Lead-authored-by: AlenkaF <[email protected]> Co-authored-by: Alenka Frim <[email protected]> Co-authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
…ndas nightly build (apache#39609) Fixes left deprecation warnings coming from the pandas development version, by updating our test code to avoid the deprecated patterns. * Closes: apache#36412 Lead-authored-by: AlenkaF <[email protected]> Co-authored-by: Alenka Frim <[email protected]> Co-authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
Fixes left deprecation warnings coming from the pandas development version, by updating our test code to avoid the deprecated patterns.