Skip to content

parquet: Remove deprecated functions - #10565

Open
etseidl wants to merge 5 commits into
apache:mainfrom
etseidl:remove_60_deprecations
Open

parquet: Remove deprecated functions#10565
etseidl wants to merge 5 commits into
apache:mainfrom
etseidl:remove_60_deprecations

Conversation

@etseidl

@etseidl etseidl commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

N/A

Rationale for this change

Remove deprecated functions from the public API.

What changes are included in this PR?

Removed functions and tests that used them.

Are these changes tested?

Covered by existing tests

Are there any user-facing changes?

Yes, removes functions from the public API

@etseidl etseidl added the api-change Changes to the arrow API label Aug 5, 2026
@github-actions github-actions Bot added the parquet Changes to the parquet crate label Aug 5, 2026
/// Returns maximum number of rows in a row group, or `usize::MAX` if unlimited.
///
/// For more details see [`WriterPropertiesBuilder::set_max_row_group_size`]
#[deprecated(since = "58.0.0", note = "Use `max_row_group_row_count` instead")]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

would this be too soon according to our policy?

arrow-rs/README.md

Lines 145 to 149 in 6b7d6b3

In general, deprecated APIs will remain in the codebase for at least two major releases after
they were deprecated (typically between 6 - 9 months later). For example, an API
deprecated in `51.3.0` can be removed in `54.0.0` (or later). Deprecated APIs
may be removed earlier or later than these guidelines at the discretion of the
maintainers.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Since it's 58.0, it has been deprecated for two full releases (6 months). I think it's fair game 😅

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

Labels

api-change Changes to the arrow API parquet Changes to the parquet crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants