Uh oh!
There was an error while loading. Please reload this page.
Update arrow/parquet to arrow/parquet 53.3.0 - #13508
Conversation
jayzhan211
commented
Nov 21, 2024
Why is CI forced to run in arrow 53.3 🤔 ? |
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
I push the fix since this is blocking CI. Since #13291 looks like in discussion, so I fix up the |
jonahgao
commented
Nov 21, 2024
Thanks @alamb@jayzhan211 |
jonahgao
commented
Nov 21, 2024
It seems that CI uses the latest version of dependencies that are semver compatible |
alamb
commented
Nov 21, 2024
My thinking was that explicitly using arrow 53.3 will ensure that any bugs we fix that rely on arrow 53.3 features will work correctly. If we don't update DataFusion to explicitly use 53.3.0 in Cargo.toml, CI will run (and use 53.3.0) but other projects with DataFusion could potentially use 53.2.0. If we add code to DataFusion that relies on 53.3.0 (like some of the |
alamb
commented
Nov 21, 2024
Thanks @jayzhan211 |
| @@ -39,8 +39,19 @@ drop table test_source | |||
| # TODO: Revisit this issue after upgrading to the arrow-rs version that includes apache/arrow-rs#6671. | |||
This reverts commit a2811fc.
Which issue does this PR close?
53.3.0(November 2024) arrow-rs#6597Rationale for this change
There are some other fixes waiting on this arrow release so let's get them integrated into DataFusion
What changes are included in this PR?
Update to latest arrow/parquet
Are these changes tested?
By CI
Are there any user-facing changes?