Skip to content

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

@Omega359

Description

@Omega359

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions