-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(parquet/cmd/parquet_reader): Add command to dump the column and …
…offset indices (#281) ### 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 --------- Co-authored-by: David Li <li.davidm96@gmail.com>
- Loading branch information
Showing
7 changed files
with
260 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.