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

refactor(integration/parquet): Use ParquetMetaDataReader instead #5170

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Oct 8, 2024

Which issue does this PR close?

None.

Rationale for this change

Use newly added ParquetMetaDataReader to replace our own metadata parse logic.

ref: apache/arrow-rs#6002

Are there any user-facing changes?

None

@Xuanwo Xuanwo merged commit 13cb7a6 into main Oct 8, 2024
29 checks passed
@Xuanwo Xuanwo deleted the adopt-new-api branch October 8, 2024 03:58
.await
.map_err(|err| ParquetError::External(Box::new(err)))?
};
let reader =
Copy link

Choose a reason for hiding this comment

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

😍

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

Successfully merging this pull request may close these issues.

3 participants