Skip to content

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

Open
AlvaroBalbin wants to merge 1 commit into
apache:mainfrom
AlvaroBalbin:fix-issue-23886
Open

docs(upgrading): document RecursiveQuery schema field in upgrade guide#23991
AlvaroBalbin wants to merge 1 commit into
apache:mainfrom
AlvaroBalbin:fix-issue-23886

Conversation

@AlvaroBalbin

Copy link
Copy Markdown

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

1 participant