-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-43598: [C++][Parquet] Parquet Metadata Printer supports print sort…
…-columns (#43599) ### Rationale for this change Now we have "sort-columns" support in Parquet spec, Python ( https://github.com/apache/arrow/pull/37665/files ) and C++. We can support print it in metadata Printer ### What changes are included in this PR? Add "SortingColumns" support in parquet printer ### Are these changes tested? * [x] TODO after apache/parquet-testing#56 is merged ### Are there any user-facing changes? No * GitHub Issue: #43598 Authored-by: mwish <[email protected]> Signed-off-by: mwish <[email protected]>
- Loading branch information
Showing
2 changed files
with
39 additions
and
2 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