mukunku / ParquetViewer

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

V2.4.2 release #62

Closed mukunku closed 1 year ago

mukunku commented 1 year ago

Bump parquet.net package version to 4.1.0 which adds zstd support.

I had to enable IncludeNativeLibrariesForSelfExtract otherwise .net 6 wouldn't package this as a single executable; leaving a nironcompress.dll in the publish folder. Setting that option to true worked but the executable grew in size by around ~500kb. But I think it's worth it for ZSTD support.