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.6.0 Release #71

Closed mukunku closed 1 year ago

mukunku commented 1 year ago

This is a bit of a chaotic release. I tried to organize the project so it makes a bit more sense but not sure if I achieved that 😅 .

I added unit tests to the project but consequently had to split the Parquet reading logic to another Class Library project "ParquetViewer.Engine" because I couldn't reference the main exe from the unit tests project.

Project level changes not mentioned in the release notes: