You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Omega359
changed the title
Arrow update to 53.1.0 caused clippy issues with missing and deprecated methods
Arrow update to 53.1.0 caused clippy issues with missing and deprecated methods and test failures
Oct 6, 2024
Describe the bug
A couple of methods in arrow-string were deprecated causing issues with clippy (see https://github.com/apache/datafusion/actions/runs/11205740673/job/31145689684?pr=12775 for an example). In addition a couple of method in parquet were moved causing API breakage (decode_footer, decode_metadata).
In addition a number of tests in datafusion/core/src/datasource/file_format/csv.rs are failing
To Reproduce
cargo update;
./dev/rust_lint.sh
cargo test
Expected behavior
Build succeeds without errors.
Additional context
No response
The text was updated successfully, but these errors were encountered: