-
Notifications
You must be signed in to change notification settings - Fork 796
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
Release arrow-rs / parquet version 52.0.0
#5688
Comments
Hi @tustvold, could we consider to prioritize this? |
(I can handle the release mechanics when we decide it is time) |
I think #5654 and getting the various view arrays to a somewhat stable state, e.g. if we do decide to add a view abstraction or similar. I intend to cut the release towards the end of May as a stepping stone to the 3 month breaking release cadence that people are asking for. |
I see -- so perhaps we release |
I'm loathe to commit to a rigid cadence, there isn't much point going through the rigmarole if not much has changed, but I think we can commit to the next breaking release afterwards being no earlier than August |
The reason to have a regular cadence is so that we don't hold up releasing things like bug fixes . I agree it is overhead on maintainers |
I filed #5737 to try and document what the current thinking for releases is. Feedback welcome. |
Thanks @Xuanwo -- added to the list above. 🚋 |
I think getting a resolution / fix on #5731 would be valuable for this release. |
Added to the list @matthewmturner -- thank you Are you driving the resolution on #5731 ? |
@alamb i am happy to, i will review and propose next steps |
Definitely not a necessity, but sorting out null handling for nested comparison is something that may need breaking changes and would therefore be something we may want to include in this release - #5426 I can try to find some time to look into this, I know I keep promising this, but it keeps getting ousted by more urgent things 😅 |
Quick update:
|
I think this release has waited long enough already. There is too much in this release already (and too many people waiting on it) (like the object store update, and now the datafusion upgrade). We need a new major release asap If there is critical demand for new breaking features before the end of the summer we can handle them separately (like consider more breaking releases) but I don't think we should hold this release any longer |
I would observe that it hasn't been 3 months since the last breaking release yet (March 18th), and people are waiting on breaking changes. This is ultimately what people asked for 😅 I'll cut the release today, but I suspect the release cadence may need review in a month or so's time as you suggest |
Release thread: https://lists.apache.org/thread/vmo9dt0s9hx73o09vb09ztyl369r1gks |
Filed #5905 to track next release |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
50.1.0 #5453 was released about 2 months ago: https://crates.io/crates/arrow/51.0.0 (March 18, 2024)
Describe the solution you'd like
A new release.
Describe alternatives you've considered
Additional context
Suggested content for the release:
DoPutPreparedStatementResult
withAny
which is differs from Go implementation #5731The text was updated successfully, but these errors were encountered: