Skip to content

docs: move misplaced upgrade notes to DataFusion 55 - #25331

Merged
martin-g merged 4 commits into
apache:mainfrom
haohuaijin:docs/fix-55-upgrade-notes
Sep 17, 2026
Merged

martin-g merged 4 commits into
apache:mainfrom
haohuaijin:docs/fix-55-upgrade-notes

Conversation

@haohuaijin

@haohuaijin haohuaijin commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

find this when upgrade datafusion to 55

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.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Sep 15, 2026
@codecov-commenter

codecov-commenter commented Sep 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.97%. Comparing base (6c27203) to head (092fe01).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #25331      +/-   ##
==========================================
- Coverage   81.97%   81.97%   -0.01%     
==========================================
  Files        1137     1137              
  Lines      429889   429889              
  Branches   429889   429889              
==========================================
- Hits       352401   352399       -2     
- Misses      56436    56439       +3     
+ Partials    21052    21051       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@comphead
comphead added this pull request to the merge queue Sep 15, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 15, 2026
@haohuaijin

Copy link
Copy Markdown
Contributor Author

Hi @nuno-faria @comphead , all ci passed in the merge queue, but this pr is removed(not sure why), can you help re-queue this pr.

@martin-g
martin-g added this pull request to the merge queue Sep 17, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch Sep 17, 2026
@martin-g
martin-g enabled auto-merge September 17, 2026 05:02
@martin-g
martin-g added this pull request to the merge queue Sep 17, 2026
Merged via the queue into apache:main with commit 16ecdc9 Sep 17, 2026
42 checks passed
@haohuaijin
haohuaijin deleted the docs/fix-55-upgrade-notes branch September 17, 2026 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants