-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 DataFusion 37.0.0 #9682
Comments
EPIC! |
I think we should hold this release for two regression bugs:
I expect solutions to both by the end of day today |
Any chance of including #9613? Seems desirable for DataFusion to tightly follow the latest arrow-rs dependencies. |
It makes sense to me. I'll go and get that PR ready for merge now Update: merged |
Something else we may want to wait for is backwards compatible write configuration options
cc @metesynnada and @ozankabak and @devinjdangelo |
I have added the list of things I think we should wait on to the description of this ticket |
I believe all outstanding items from my perspective are complete |
@andygrove unless you or someone else does it first, I plan to make a release candidate tomorrow, Friday March 29. 2024 |
Vote thread is up: https://lists.apache.org/thread/lwdflob72q7t7mqqxnqcobjzqjbc218o |
@wiedld has found another regression in 37.0.0: #9870 (see details in #9870 (comment)) Update: I reviewed the PR to fix it #9871 and it looks good to go to me |
Has been merged |
RC2 voting thread: https://lists.apache.org/thread/mzjt0l4tzkm3y7hxsv8lk35x0xxq1q5b |
Are we still planning to release 37.0.0? |
I think we are now ready to go: the RC has been approved and 72 hours has elapsed. https://lists.apache.org/thread/mzjt0l4tzkm3y7hxsv8lk35x0xxq1q5b If @andygrove doesn't get a chance to publish to crates.io I can do it later today |
The release is available here: The release has also been published to crates.io: Thank you all for your help! Andrew |
I made some small improvements based on my experience this time, but otherwise I think this is now done |
BTW we are making a 37.1.0 release -- see #9904 |
Note the failing CI test (security_audit) is explained here #10128 (comment). |
Is your feature request related to a problem or challenge?
It has been ~4 weeks since the last release was published. so I plan on starting the release process for the next version later this week.
Describe the solution you'd like
Waiting on:
51.0.0
, tonic to0.11
#9613compression
rather thanparquet.compression
) #9575format.
prefix, but did not in DataFusion 36.0.0 #9716common_runtime
directory tocommon-runtime
for consistency with other crate directory names #9696Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: