mukunku / ParquetViewer

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

crash loading a file with not null column #14

Closed voltcode closed 4 years ago

voltcode commented 4 years ago

I created a parquet file with two columns - nullable int and non nullable int. when I try to view it in ParquetViewer, it crashes when I select the non nullable int. loading the same file with:

http://parquet-viewer-online.com/

is fine

test.zip

attached is the problematic file.

crash image: image

mukunku commented 4 years ago

Thanks for the detailed description and sample file. I pushed a fix for you: https://github.com/mukunku/ParquetViewer/releases/tag/v2.1

voltcode commented 4 years ago

thanks, it works great!