Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/source/library-user-guide/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@

# Upgrade Guides

## DataFusion `50.0.0`
## DataFusion `51.0.0`

**Note:** DataFusion `51.0.0` has not been released yet. The information provided in this section pertains to features and changes that have already been merged to the main branch and are awaiting release in this version.

**Note:** DataFusion `50.0.0` has not been released yet. The information provided in this section pertains to features and changes that have already been merged to the main branch and are awaiting release in this version.
You can see the current [status of the `50.0.0 `release here](https://github.com/apache/datafusion/issues/16799)
Comment on lines -24 to -25
Copy link
Contributor

@Jefffrey Jefffrey Sep 21, 2025

Choose a reason for hiding this comment

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

Do we need to add a 51.0.0 section now but with this message updated? Or we only add 51.0.0 section when there is something to add?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good question, I'm not quite sure, since I think 51.0.0 would be empty for now. cc: @alamb

Copy link
Contributor

Choose a reason for hiding this comment

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

Based off this I think we add the 51.0.0 section: 8d74be8

Copy link
Contributor

Choose a reason for hiding this comment

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

I agree it would be best to just rename the 50 section to 51

We could also add the appropriate 51 section when we add something that needs an entry in the upgrade guide too as a follow on PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've added a section about 51.0.0.

You can see the current [status of the `51.0.0 `release here](https://github.com/apache/datafusion/issues/17558)

## DataFusion `50.0.0`

### ListingTable automatically detects Hive Partitioned tables

Expand Down