Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrow update to 53.1.0 caused clippy issues with missing and deprecated methods and test failures #12780

Closed
Omega359 opened this issue Oct 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Omega359
Copy link
Contributor

Omega359 commented 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

@Omega359 Omega359 added the bug Something isn't working label Oct 6, 2024
@Omega359 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
@Omega359
Copy link
Contributor Author

Omega359 commented Oct 7, 2024

Fixed by #12724

@Omega359 Omega359 closed this as completed Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant