mukunku / ParquetViewer

Simple Windows desktop application for viewing & querying Apache Parquet files
GNU General Public License v3.0
754 stars 91 forks source link

[FEAT] Support for the ZSTD compression format #38

Closed enricodetoma closed 3 years ago

enricodetoma commented 3 years ago

Describe the feature you'd like to be added to Parquet Viewer Support for the ZSTD compression format (and possibly other additional compression formats).

Share why this feature would be a good addition to the utility I have some Parquet files compressed with ZSTD, I get the error in the screenshot below,

Screenshots image

mukunku commented 3 years ago

Thanks for reporting this issue. Unfortunately this is a limitation of the parquet.net library that we're using internally. It seems there's already an open ticket there for ZSTD support. So this is probably not something that we would try and do in this project.

enricodetoma commented 3 years ago

Thanks, now I understand perfectly that the issue belongs to the parquet.net library. I close the issue.

maximethebault commented 1 year ago

Looks like https://github.com/aloneguid/parquet-dotnet/issues/40 has been resolved in version 4.1.0

mukunku commented 1 year ago

Thanks for the heads up @maximethebault . I just released v2.4.2 with that package version 🙌🏼

maximethebault commented 1 year ago

It works perfectly, thanks a lot!