dask-contrib / dask-sql

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

Bump minimum Arrow version to 14.0.1 #1304

Closed charlesbluca closed 7 months ago

charlesbluca commented 7 months ago

This resolves upstream Dask warnings around CVE-2023-47248:

https://github.com/dask-contrib/dask-sql/actions/runs/7778110109/job/21207338708

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (c274609) 83.12% compared to head (cbca4aa) 85.54%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1304 +/- ## ========================================== + Coverage 83.12% 85.54% +2.41% ========================================== Files 77 77 Lines 4261 4261 Branches 795 795 ========================================== + Hits 3542 3645 +103 + Misses 550 447 -103 Partials 169 169 ```

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

charlesbluca commented 7 months ago

rerun tests