-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-18399: [Python] Reduce warnings during tests #14729
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
ARROW-18399: [Python] Reduce warnings during tests #14729
Conversation
|
This appears to remove all warnings in the CI with pandas and without. I assume we don't want to turn warnings into errors? Maybe that's too frustrating since unrelated warnings can always pop up in subsequent PRs? |
Yes, it would definitely be frustrating. |
AlenkaF
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.
Went through the changes and the CI, looks good to me 👍
|
(sorry, some of those comments were actually written days ago, but I had forgotten to submit the review...) |
…ware datetimes' warnings gone?
|
Can you merge master to get rid of the failure? |
|
Actually, it's only the label workflow (the linter passed), so don't worry |
|
Benchmark runs are scheduled for baseline = 2e9611a and contender = a497f28. a497f28 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
['Python', 'R'] benchmarks have high level of regressions. |
Will fix ARROW-18399
Also closes ARROW-18125