Skip to content
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

Open
1 task done
alamb opened this issue Nov 20, 2024 · 13 comments
Open
1 task done

Release Minor DataFusion 43.1.0 release #13499

alamb opened this issue Nov 20, 2024 · 13 comments
Assignees
Labels
enhancement New feature or request

Comments

@alamb
Copy link
Contributor

alamb commented Nov 20, 2024

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

@alamb alamb added the enhancement New feature or request label Nov 20, 2024
@alamb
Copy link
Contributor Author

alamb commented Nov 20, 2024

I am happy to run the release process to make this release

@timsaucer
Copy link
Contributor

timsaucer commented Nov 20, 2024

Thank you. Right now #13481 is a blocker for delta-rs

@gruuya
Copy link
Contributor

gruuya commented Nov 20, 2024

I thought #13468 resolves #13481 (again only keeping the second assert in test_simplify_case_cast_list)? If so can we proceed with merging it?

EDIT: Maybe it doesn't resolve the proposed tests case completely but I think that shouldn't be a blocker for merging.

@rtyler
Copy link
Contributor

rtyler commented Nov 21, 2024

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 😈

@timsaucer
Copy link
Contributor

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 alamb self-assigned this Nov 25, 2024
@timsaucer
Copy link
Contributor

@alamb is there anything I can do to help with this?

@alamb
Copy link
Contributor Author

alamb commented Nov 26, 2024

Hi @timsaucer -- if you could create PRs with the necessary changes that target the branch-43 branch that would be awesome: https://github.com/apache/datafusion/tree/branch-43

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 branch-43 rather than main

Does that make sense?

@alamb
Copy link
Contributor Author

alamb commented Nov 26, 2024

I also made a PR with this example

@timsaucer
Copy link
Contributor

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?

@simonvandel
Copy link
Contributor

Would it be possible to include the following PRs in the point-release?

Please let me know if I can in any way assist

@timsaucer
Copy link
Contributor

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?

@simonvandel
Copy link
Contributor

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

@alamb
Copy link
Contributor Author

alamb commented Nov 26, 2024

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?

Normally I would suggest we only cherry-pick the commits we want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants