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.1 Release #61

Closed mukunku closed 1 year ago

mukunku commented 1 year ago

This release utilizes the latest version 4.0.2 of the parquet-dotnet library.

However I had to use a build from my own fork to include RLE_DICTIONARY encoding support. My PR was merged so we're using the latest release of parquet .net with my fix included.

This PR replaces #60 because git is hard...

felipepessoto commented 1 year ago

Are you planning to send a PR to parquet-dotnet support RLE_DICTIONARY?

mukunku commented 1 year ago

Are you planning to send a PR to parquet-dotnet support RLE_DICTIONARY?

I did mention it in an existing bug ticket but was hesitant about opening a pull request because I'm not quite sure what else is involved to get that working. From my limited testing I was able to open some files but don't know if what I did makes sense as a complete solution. I could open a PR to get the ball rolling though I guess? 🤷🏼‍♂️

Edit: Created a PR now: https://github.com/aloneguid/parquet-dotnet/pull/181 Edit 2: PR was merged 💪🏼