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

feat(parquet/cmd/parquet_reader): Add command to dump the column and offset indices #281

Merged
merged 4 commits into from
Feb 17, 2025

Conversation

zeroshade
Copy link
Member

Rationale for this change

Makes it easier to visualize the Column and Offset indices that may exist in a parquet file.

What changes are included in this PR?

A new command column-index added to the parquet-reader CLI which dumps the column and offset indices to the terminal.

The format of the output is based on the parquet-java CLI

zeroshade and others added 2 commits February 17, 2025 10:55
Co-authored-by: David Li <li.davidm96@gmail.com>
@zeroshade zeroshade merged commit 1643525 into apache:main Feb 17, 2025
23 checks passed
@zeroshade zeroshade deleted the add-indexes-to-cli branch February 17, 2025 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants