dask-contrib / dask-sql

Distributed SQL Engine in Python using Dask
https://dask-sql.readthedocs.io/
MIT License
376 stars 71 forks source link

Unblock CI failures from scikit-learn 1.4.0, pandas 2.2.0 #1295

Closed charlesbluca closed 5 months ago

charlesbluca commented 5 months ago

Looks like the recent releases of scikit-learn 1.4.0 & pandas 2.2.0 have caused upstream failures that are blocking CI; this PR aims to resolve those:

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3ffba21) 85.56% compared to head (d0df6c5) 85.52%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1295 +/- ## ========================================== - Coverage 85.56% 85.52% -0.05% ========================================== Files 77 77 Lines 4255 4256 +1 Branches 794 794 ========================================== - Hits 3641 3640 -1 - Misses 445 447 +2 Partials 169 169 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.