-
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 43.0.0 #12470
Comments
I'm keen to start the 43.0.0 release process as soon as we have upgraded to arrow-rs 53.1.0 since it will unblock apache/datafusion-ray#10 |
The arrow upgrade is all ready here: #12724 Since the arrow upgrade is a minor version, you won't have to wait for the datafusion upgrade to get the latest version of arrow-rs |
It has been 28 days since the last release to crates.io, so we should start planning this release. @alamb would you still like to wait for the items mentioned in the description? |
Thanks @andygrove -- I think we should start planning. Here are some items I think we should include: Required
I would love to get these as well
Other than #12788 we are on track I think to be ready to release in the next day or two |
BTW I am going to accelerate the timeline to release arrow 53.2.0 so we can potentially include it in the next datafusion release: apache/arrow-rs#6341 I hope to make the RC today |
This came up on the sync call today I would like consider doing this item before we release (as this check has caused significant pain downstream in InfluxDB 3.0 as well as delta-rs (see links on ticket): If we did that I view everything else as nice to have, including
|
Here is the PR to use StringView when reading from Parquet files: #13101 |
There is a regression for CREATE TABLE #12864 (comment) |
Filed I have filed #13124 to track the |
I am getting worried about the number of changes that are accumulating unreleased. Here is my proposal:
|
@andygrove what are your thoughts timingwise for 43? I feel like we are accumulating substantial API changes and it might be nice to release sooner rather than later |
Do you need an assist with any portion of this? |
Thank yoU @timsaucer ❤️ I am not sure -- I haven't heard from @andygrove -- perhaps we should ask him in Slack? If he is willing, I think it would be great if you wanted to create the PR to update the versions and readme as documented in https://github.com/apache/datafusion/blob/main/dev/release/README.md#change-log |
I am here (now). I can start the RC process this evening if we are not waiting on anything else |
I would like to get this in, but I have yet to find a reviewer: #13183 |
The release has been approved and published to crates.io Minor follow on: Tracking |
Thanks again @andygrove |
Is your feature request related to a problem or challenge?
Tracking ticket for next release, also a place to track desired inclusions
Last release was https://crates.io/crates/datafusion/42.0.0 September 17th, 2024 so next major release would be around October 20, 2024
Prior release tickets:
42.0.0
#11902Desired Items that would be good to get into this release:
schema_force_string_view
) by default #11682Items to fix before release
CREATE TABLE AS SELECT
... insertingVALUES
#13124Physical input schema should be the same as the one converted from logical schema
error #13065The text was updated successfully, but these errors were encountered: