mukunku / ParquetViewer

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

[FEAT] Display Rowgroup info #67

Closed felipepessoto closed 1 year ago

felipepessoto commented 1 year ago

In the metadata viewer we could have a tab with row group info. Row group count, the size and number of rows of each of them

mukunku commented 1 year ago

Thanks for the idea. I added the row group count and individual row group info to the Thrift metadata in the metadata viewer.

You can check it out here: https://github.com/mukunku/ParquetViewer/releases/tag/v2.5.1

Row group info will be at the bottom of the json: image