-
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 Minor DataFusion 43.1.0 release #13499
Comments
I am happy to run the release process to make this release |
Thank you. Right now #13481 is a blocker for delta-rs |
I thought #13468 resolves #13481 (again only keeping the second assert in EDIT: Maybe it doesn't resolve the proposed tests case completely but I think that shouldn't be a blocker for merging. |
Thanks for pushing forward here @timsaucer ! I believe that I have resolved the last of our issues in delta-rs but in order to avoid problems we have needed to disable some default optimizers. The changes you're working on would allow us to resume usage of the default optimizers. Either way, I'm hoping to land our pull request and cut a release soon either way 😈 |
Ok, we do still have a handful of uft8view issues to address in #13504 but I think we've gotten all the blockers for delta-rs and datafusion-python once #13481 goes in. Then I think it would make sense to go ahead with this minor release and we'll get all the rest of the remaining utf8view issues in DF44. |
@alamb is there anything I can do to help with this? |
Hi @timsaucer -- if you could create PRs with the necessary changes that target the The idea is that I will then create a release candidate from that branch This is described here: https://github.com/apache/datafusion/blob/18fc103a403ab0efe5245dd4352f3f3b93c2a4fe/dev/release/README.md#branching-policy In the past, what I have done is something like git checkout branch-43
git checkout -b backport_to_43
git cherry-pick <sha_from_master>
git push -u alamb And then create a PR that targets Does that make sense? |
I also made a PR with this example |
Ok, I can do that. In the past did you cherry pick everything from the point of the past release up to current in main? Or did you only grab specific commits you wanted? |
Would it be possible to include the following PRs in the point-release? Please let me know if I can in any way assist |
I'm going back through to add in the utf8view commits (and will try to grab those two Simon) but it's been 3 weeks since some of them went in. I'm starting to wonder if it would be just better to wait for a DF44 release instead. What do you think? |
I can for sure also wait for the 44 release - no stress |
Normally I would suggest we only cherry-pick the commits we want. |
Is your feature request related to a problem or challenge?
@timsaucer mentioned he has have found several items while working on delta table integration and would like to get a small incremental release to fix them
List of items to include
The text was updated successfully, but these errors were encountered: