haohuaijin opened a new pull request, #25331: URL: https://github.com/apache/datafusion/pull/25331
## Which issue does this PR close? No linked issue; documentation correction. ## Rationale for this change The 54.0.0 upgrade guide lists predicate reordering (#22343) and the new `Dialect::Spark` variant (#22529), although both changes landed after 54.0.0 and belong to 55.0.0. Users upgrading to 55 should find these changes in that version's guide. ## What changes are included in this PR? - Move both entries from the 54.0.0 guide to the 55.0.0 guide. - Remove the stale note that 55.0.0 has not been released. ## What is the testing strategy for this PR? Documentation-only change. Verified the feature commits are absent from DataFusion 54.0.0 and present in 55.0.0-rc3, and checked for repository links to the moved headings. Validation passed: - `git diff --check` - `./ci/scripts/doc_prettier_check.sh --write --allow-dirty` - `cargo fmt --all` - `cargo clippy --all-targets --all-features -- -D warnings` - All checks in `./dev/rust_lint.sh` (resumed individually after updating the local HawkEye installation to the CI version, 7.0.0). ## Are there any user-facing changes? The upgrade notes appear under the correct release. No runtime or API changes. -- 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]
