alamb commented on issue #13499: URL: https://github.com/apache/datafusion/issues/13499#issuecomment-2500378447
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 ```shell 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? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org