Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Our release schedule is here https://github.com/apache/arrow-rs?tab=readme-ov-file#release-versioning-and-schedule
However, upstream in DataFusion we are planning to release without picking up arrow 54 until after DataFusion 44
However, there are several fixes / features (related to Utf8View support for example) that we would like to make available downstream before we release DataFusion 45 and thus I would like to propose another release from the 44 branch
Describe the solution you'd like
Create a 53.4.0 release:
Describe alternatives you've considered
I think @andygrove would like to make
apache/datafusion#13334 (comment)
I am +1 for releasing DF 44 without the next major version of Arrow. However, there are some bug fixes and performance improvements in Arrow that I would like to use so would like to see a new minor release (and am happy to help with this if needed).
Process:
I will create the release from the https://github.com/apache/arrow-rs/tree/53.0.0_maintenance branch
To include patches in this release, please create PRs targeting the 53.0.0_maintenance branch. Once that branch has the desired content we can cut the release
Additional context
Planned content (please add more if necessary)
Possibly (if someone makes backport PRs):
here is the complete list of commits in 53.3.3 --> 54.0.0 for consideration:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Our release schedule is here https://github.com/apache/arrow-rs?tab=readme-ov-file#release-versioning-and-schedule
54.0.0(December 2024) arrow-rs#6342 in DecHowever, upstream in DataFusion we are planning to release without picking up arrow 54 until after DataFusion 44
44.0.0datafusion#13334To minimize downstream disruptions
However, there are several fixes / features (related to Utf8View support for example) that we would like to make available downstream before we release DataFusion 45 and thus I would like to propose another release from the 44 branch
Describe the solution you'd like
Create a 53.4.0 release:
Describe alternatives you've considered
I think @andygrove would like to make
apache/datafusion#13334 (comment)
Process:
I will create the release from the https://github.com/apache/arrow-rs/tree/53.0.0_maintenance branch
To include patches in this release, please create PRs targeting the 53.0.0_maintenance branch. Once that branch has the desired content we can cut the release
Additional context
Planned content (please add more if necessary)
Possibly (if someone makes backport PRs):
Array::shrink_to_fit(&mut self)arrow-rs#6790here is the complete list of commits in 53.3.3 --> 54.0.0 for consideration: