Describe the bug
There are a lot of failing tests on branch-53, and this seems related to the arrow version (currently 58.0.0).
Upgrading to
To Reproduce
Checkout branch-53 (current sha is eae7bf)
cargo test --bins --lib --tests --no-fail-fast
Expected behavior
Tests should passs
Additional context
Upgrading arrow / parquet to 58.1.0 seems to fix it
Describe the bug
There are a lot of failing tests on
branch-53, and this seems related to the arrow version (currently58.0.0).Upgrading to
To Reproduce
Checkout
branch-53(current sha iseae7bf)cargo test --bins --lib --tests --no-fail-fastExpected behavior
Tests should passs
Additional context
Upgrading arrow / parquet to 58.1.0 seems to fix it