Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove parquet dictionary converters (#1661) #1662

Merged
merged 1 commit into from
May 6, 2022

Conversation

tustvold
Copy link
Contributor

@tustvold tustvold commented May 6, 2022

Which issue does this PR close?

Part of #1161

Following #1180 these are no longer used

Rationale for this change

Code cleanup

What changes are included in this PR?

Removes some orphaned code

Are there any user-facing changes?

No, the converter module is marked experimental

@github-actions github-actions bot added the parquet Changes to the parquet crate label May 6, 2022
@alamb alamb added the api-change Changes to the arrow API label May 6, 2022
@alamb alamb merged commit 1201cb5 into apache:master May 6, 2022
@alamb
Copy link
Contributor

alamb commented May 6, 2022

@tustvold can you confirm that this is (technically) an API change (as in it would be possible for someone to have code that relied on the pub struct that this removed?

@tustvold
Copy link
Contributor Author

tustvold commented May 6, 2022

No, this module is marked experimental so should be fine

See https://github.com/apache/arrow-rs/blob/master/parquet/src/arrow/mod.rs#L126

@tustvold tustvold removed the api-change Changes to the arrow API label May 6, 2022
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.

3 participants