Skip to content

docs(upgrading): document RecursiveQuery schema field in upgrade guide - #23991

Merged
alamb merged 2 commits into
apache:mainfrom
AlvaroBalbin:fix-issue-23886
Aug 15, 2026
Merged

docs(upgrading): document RecursiveQuery schema field in upgrade guide#23991
alamb merged 2 commits into
apache:mainfrom
AlvaroBalbin:fix-issue-23886

Conversation

@AlvaroBalbin

Copy link
Copy Markdown
Contributor

Adding the schema field to RecursiveQuery broke downstream code that built the node with a struct literal, and the change was never written up for people upgrading. I added an upgrade guide entry for 55.0.0 that describes what changed, notes it also shipped in 54.1.0 so users on the 54 series find it, and shows how to move to RecursiveQuery::try_new. It is documentation only, so whether to revert the change on branch-54 for 54.2.0 is still an open question.

I pushed this to my fork first and the project's own CI workflows pass on the commit.

Fixes #23886.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jul 30, 2026

@alamb alamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @AlvaroBalbin

@codecov-commenter

codecov-commenter commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.26%. Comparing base (041a716) to head (0146269).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #23991   +/-   ##
=======================================
  Coverage   81.26%   81.26%           
=======================================
  Files        1110     1110           
  Lines      384907   384890   -17     
  Branches   384907   384890   -17     
=======================================
- Hits       312808   312796   -12     
+ Misses      53634    53626    -8     
- Partials    18465    18468    +3     

☔ 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.

@alamb

alamb commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

I merged up to resolve a conflict

@alamb
alamb enabled auto-merge August 11, 2026 20:49
@alamb

alamb commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Thanks again @AlvaroBalbin

@alamb

alamb commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

the CI seems to have failed due to an infrastrucure error -- I restarted it

@alamb
alamb added this pull request to the merge queue Aug 15, 2026
Merged via the queue into apache:main with commit bb45fb8 Aug 15, 2026
62 of 63 checks passed
imtherealnaska pushed a commit to imtherealnaska/datafusion that referenced this pull request Aug 16, 2026
apache#23991)

Adding the `schema` field to `RecursiveQuery` broke downstream code that
built the node with a struct literal, and the change was never written
up for people upgrading. I added an upgrade guide entry for 55.0.0 that
describes what changed, notes it also shipped in 54.1.0 so users on the
54 series find it, and shows how to move to `RecursiveQuery::try_new`.
It is documentation only, so whether to revert the change on `branch-54`
for 54.2.0 is still an open question.

I pushed this to my fork first and the project's own CI workflows pass
on the commit.

Fixes apache#23886.

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
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.

DataFusion 54.1.0 has a breaking API change

3 participants