Closed kazdy closed 2 months ago
Datafusion plan changed a bit:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.82%. Comparing base (
e23e6ed
) to head (1246489
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Upgrade datafusion from 0.41 to 0.42 and its dependencies (arrow, pyo3). gil-refs are deprecated in pyo3 0.22.2, therefore I removed it, it was causing arrow compilation to fail. Drop support for Python3.8 as it won't receive security updates starting next month. Bump required python to min. 3.9.
resolves #143
How are the changes test-covered