alamb opened a new pull request, #22855: URL: https://github.com/apache/datafusion/pull/22855
## Which issue does this PR close? - part of https://github.com/apache/datafusion/issues/21080 ## Rationale for this change Now that we have released version 54 we should update the version number of main to match ## What changes are included in this PR? Forward port changes from @mbutrovich : ```shell $ git cherry-pick c8dddb8a03f098b92e0295118d12390381d23fa8 [alamb/update_to_54 958ca584a8] [branch-54] add changelog (#22402) Author: Matt Butrovich <[email protected]> Date: Wed May 20 17:10:47 2026 -0400 1 file changed, 916 insertions(+) create mode 100644 dev/changelog/54.0.0.md $ git cherry-pick 45d943dfb8699dc9cb9ef2320e955b73e3e6c03b [alamb/update_to_54 6f5921bd92] [branch-54] Update changelog after backports (#22737) Author: Matt Butrovich <[email protected]> Date: Wed Jun 3 19:04:38 2026 -0400 1 file changed, 21 insertions(+), 8 deletions(-) ``` ## Are these changes tested? <!-- We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 2. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
