Skip to content

fix: Rename parquet feature flag 'flate2-rust_backened' to 'flate2-rust_backend'#10239

Merged
Jefffrey merged 1 commit into
apache:mainfrom
dannycjones:rename-backened
Jun 30, 2026
Merged

fix: Rename parquet feature flag 'flate2-rust_backened' to 'flate2-rust_backend'#10239
Jefffrey merged 1 commit into
apache:mainfrom
dannycjones:rename-backened

Conversation

@dannycjones

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

The original feature flag was misspelt. We should update it to use the correct spelling and maintain an alias until a breaking release is made.

There is no warning introduced yet for the removal of the old feature flag. It could be added using a build script, however I believe that adds unnecessary overhead when we have no other use for build scripts at this time in the parquet crate.

What changes are included in this PR?

This change renames the feature flag including all code references. It also maintains an alias such that existing users aren't broken but the new feature flag can be adopted.

Are these changes tested?

This change relies on existing CI tests.

Are there any user-facing changes?

Yes, the feature flag is updated. To my knowledge, I've updated all references to it.

@github-actions github-actions Bot added the parquet Changes to the parquet crate label Jun 29, 2026
@Jefffrey Jefffrey merged commit 80546fd into apache:main Jun 30, 2026
39 checks passed
@Jefffrey

Copy link
Copy Markdown
Contributor

thanks @dannycjones

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

Labels

parquet Changes to the parquet crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rust_backened is misspelled

2 participants