Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Jan 8, 2026

This is a draft of the DataFusion 52 release post

See rendered preview: https://datafusion.staged.apache.org/blog/2026/01/08/datafusion-52.0.0/

This was initially created using coded. Commands below

Details

We are going to write a blog post for the DataFusion 52.0.0 release

We need to cover the major features in this release. If you are unsure of any content, please leave a "TODO" note in the text and we can fill it in
later.

Please start with a copy of the previous post as a starting point: content/blog/2025-11-25-datafusion-51.0.0.md and update as needed.

The changelog is here: https://github.com/xudong963/arrow-datafusion/blob/update_version/dev/changelog/52.0.0.md

The list of major features can be found in apache/datafusion#18566 under the section "Features to mention in the blog
(if they make it)". Only include the ones that made it into the release, with a checkmark.

Please

  • write a blog post
  • leave a section for performance chart which we can fill in later
  • include a section for each major feature, summarizing what it is and why it is important, and the related PRs. Please try to include a diagram or
    example where possible.

We continue to make significant performance improvements in DataFusion, both in
the core engine and in the Parquet reader. This release includes faster `CASE`
expressions, better hash performance for string types, and continued string
function optimizations.
Copy link
Contributor

Choose a reason for hiding this comment

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

And sort merge join! apache/datafusion#18875

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nice -- thank you

I'll update this as well

I hope to polish this PR over the next day or two

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blog post for the DataFusion 52.0.0 release

2 participants