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

[C++][Parquet] Parquet Metadata Printer supports print sort-columns #43598

Closed
mapleFU opened this issue Aug 7, 2024 · 1 comment
Closed

[C++][Parquet] Parquet Metadata Printer supports print sort-columns #43598

mapleFU opened this issue Aug 7, 2024 · 1 comment

Comments

@mapleFU
Copy link
Member

mapleFU commented Aug 7, 2024

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

mapleFU added a commit that referenced this issue Nov 9, 2024
…-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>
@mapleFU mapleFU added this to the 19.0.0 milestone Nov 9, 2024
@mapleFU
Copy link
Member Author

mapleFU commented Nov 9, 2024

Issue resolved by pull request 43599
#43599

@mapleFU mapleFU closed this as completed Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant