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.10.0 Release #99

Closed mukunku closed 4 months ago

mukunku commented 4 months ago

This release adds a Load All Records button and replaces the Remember Last Record Count user setting with Always Load All Records. I made this change because less than 5% of users were using the Remember Last Record Count feature which means it wasn't very useful: image

Based on usage patterns it looks like folks frequently want to load all the records in a file to run queries or look at the data. So that's why I made these changes this release.

I also removed a few analytics events like sql query execution because it wasn't providing a lot of valuable information and was using a lot of our analytics quota in Amplitude.

One final change I made this release is the query box will now have a sample query in it as a placeholder based on which file you have open: image

I also started strong naming the executable using a private key for added security.