[branch-52] Update version to 52.4.0 and update changelog#21004
Merged
mbutrovich merged 5 commits intoapache:branch-52from Mar 18, 2026
Merged
[branch-52] Update version to 52.4.0 and update changelog#21004mbutrovich merged 5 commits intoapache:branch-52from
mbutrovich merged 5 commits intoapache:branch-52from
Conversation
mbutrovich
reviewed
Mar 17, 2026
docs/source/user-guide/configs.md
Outdated
| | datafusion.execution.parquet.statistics_enabled | page | (writing) Sets if statistics are enabled for any column Valid values are: "none", "chunk", and "page" These values are not case sensitive. If NULL, uses default parquet writer setting | | ||
| | datafusion.execution.parquet.max_row_group_size | 1048576 | (writing) Target maximum number of rows in each row group (defaults to 1M rows). Writing larger row groups requires more memory to write, but can get better compression and be faster to read. | | ||
| | datafusion.execution.parquet.created_by | datafusion version 52.3.0 | (writing) Sets "created by" property | | ||
| | datafusion.execution.parquet.created_by | datafusion version 52.3.4 | (writing) Sets "created by" property | |
Contributor
There was a problem hiding this comment.
Should that be 52.4.0 not 52.3.4?
Contributor
There was a problem hiding this comment.
Actually I think the entire diff accidentally has 52.3.4 instead of 52.4.0.
alamb
commented
Mar 17, 2026
Contributor
Author
alamb
left a comment
There was a problem hiding this comment.
Thank you @mbutrovich
docs/source/user-guide/configs.md
Outdated
| | datafusion.execution.parquet.statistics_enabled | page | (writing) Sets if statistics are enabled for any column Valid values are: "none", "chunk", and "page" These values are not case sensitive. If NULL, uses default parquet writer setting | | ||
| | datafusion.execution.parquet.max_row_group_size | 1048576 | (writing) Target maximum number of rows in each row group (defaults to 1M rows). Writing larger row groups requires more memory to write, but can get better compression and be faster to read. | | ||
| | datafusion.execution.parquet.created_by | datafusion version 52.3.0 | (writing) Sets "created by" property | | ||
| | datafusion.execution.parquet.created_by | datafusion version 52.3.4 | (writing) Sets "created by" property | |
11 tasks
Contributor
Author
|
Here is a fix for the audit failure: |
mbutrovich
approved these changes
Mar 18, 2026
Contributor
mbutrovich
left a comment
There was a problem hiding this comment.
Updated changelog looks good.
Contributor
Author
|
I will proceed to RC now |
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?
Rationale for this change
Prepare for the next 52 patchset release
What changes are included in this PR?
Are these changes tested?
By CI
Are there any user-facing changes?
see above