You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…-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 <maplewish117@gmail.com>
Signed-off-by: mwish <maplewish117@gmail.com>
Describe the enhancement requested
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
Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered: