[NOT READY FOR REVIEW] Add DataFusion 55.0.0 release blog post - #203
Draft
alamb wants to merge 1 commit into
Draft
[NOT READY FOR REVIEW] Add DataFusion 55.0.0 release blog post#203alamb wants to merge 1 commit into
alamb wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
| partitions based on ordered split points ([#22395], design discussion | ||
| [#21992]). Range partitioning preserves ordering across partitions, which is a | ||
| natural fit for pre-sorted data and for distributed engines that shuffle by | ||
| range. |
Contributor
There was a problem hiding this comment.
maybe a quick example or link to documented example to show how split points are used 👍
Contributor
There was a problem hiding this comment.
I can of course make this change, just throwing idea out there first
Contributor
Author
There was a problem hiding this comment.
@gene-bordegaray -- I am very behind on this post (I have been working on the ALP blog post with @sdf-jkl apache/parquet-site#195)
I now have some time and will likely focus on this over the next day or two
I also added you as a collaborator on my fork, so you should now be able to push directly to this branch -- please feel free to do so
Contributor
There was a problem hiding this comment.
sweet I will take time this weekend to help with edits here and in general 🙇
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
55.0.0release datafusion#2421655.0.0(Jul / Aug 2026) datafusion#22393Rationale for this change
Draft blog post announcing the DataFusion 55.0.0 release, following the model of the 54.0.0 post.
This is an early draft and is NOT ready for review yet. Known TODOs:
content/images/datafusion-55.0.0/performance_over_time_clickbench.png)Content highlights (drawn from the 55.0.0 release ticket feature list):
ROW_NUMBER/RANK)file_row_index,input_file_name)unnest_outer, pluggable spill backends, UDF strictness metadata🤖 Generated with Claude Code