Skip to content

[branch-52] Update version to 52.4.0 and update changelog#21004

Merged
mbutrovich merged 5 commits intoapache:branch-52from
alamb:alamb/prep_52.4.0
Mar 18, 2026
Merged

[branch-52] Update version to 52.4.0 and update changelog#21004
mbutrovich merged 5 commits intoapache:branch-52from
alamb:alamb/prep_52.4.0

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Mar 17, 2026

Which issue does this PR close?

Rationale for this change

Prepare for the next 52 patchset release

What changes are included in this PR?

  1. Update version to 52.4.0
  2. Add a changelog

Are these changes tested?

By CI

Are there any user-facing changes?

see above

@github-actions github-actions bot added documentation Improvements or additions to documentation development-process Related to development process of DataFusion logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates optimizer Optimizer rules core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate catalog Related to the catalog crate execution Related to the execution crate functions Changes to functions implementation datasource Changes to the datasource crate ffi Changes to the ffi crate physical-plan Changes to the physical-plan crate labels Mar 17, 2026
@alamb alamb changed the base branch from main to branch-53 March 17, 2026 18:08
@alamb alamb changed the base branch from branch-53 to branch-52 March 17, 2026 18:08
@alamb alamb changed the title Alamb/prep 52.4.0 branch-52] Update version to 52.4.0 and update changelog Mar 17, 2026
| 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 |
Copy link
Contributor

Choose a reason for hiding this comment

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

Should that be 52.4.0 not 52.3.4?

Copy link
Contributor

Choose a reason for hiding this comment

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

Actually I think the entire diff accidentally has 52.3.4 instead of 52.4.0.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes 🤦

Copy link
Contributor Author

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @mbutrovich

| 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 |
Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes 🤦

@github-actions github-actions bot removed logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates optimizer Optimizer rules core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate catalog Related to the catalog crate execution Related to the execution crate labels Mar 17, 2026
@github-actions github-actions bot removed functions Changes to functions implementation datasource Changes to the datasource crate ffi Changes to the ffi crate physical-plan Changes to the physical-plan crate labels Mar 17, 2026
@alamb alamb changed the title branch-52] Update version to 52.4.0 and update changelog [branch-52] Update version to 52.4.0 and update changelog Mar 17, 2026
@alamb
Copy link
Contributor Author

alamb commented Mar 17, 2026

Here is a fix for the audit failure:

Copy link
Contributor

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

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

Thanks @alamb!

Copy link
Contributor

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

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

Updated changelog looks good.

@mbutrovich mbutrovich merged commit e5bad58 into apache:branch-52 Mar 18, 2026
32 checks passed
@alamb alamb deleted the alamb/prep_52.4.0 branch March 18, 2026 13:12
@alamb
Copy link
Contributor Author

alamb commented Mar 18, 2026

I will proceed to RC now

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

Labels

development-process Related to development process of DataFusion documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants