ARROW-18399: [Python] Reduce warnings during tests#14729
ARROW-18399: [Python] Reduce warnings during tests#14729jorisvandenbossche merged 20 commits intoapache:masterfrom milesgranger:ARROW-18399_reduce-warnings-during-tests
Conversation
Use fs.LocalFileSystem instead
|
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.
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