mukunku / ParquetViewer

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

Application Error when trying to open parquet file #83

Closed Uterr closed 10 months ago

Uterr commented 11 months ago

Parquet Viewer Version ParquetViewer_SelfContained.exe, 2.7.1.0

Where was the parquet file created? unknown

Sample File https://huggingface.co/datasets/Gaivoronsky/hh-rlhf-ru-rl/tree/main/data

Describe the bug When user opens file error is emitted. No stack trace given.

Screenshots Standard windows dialog saying "Application stopped working"

Additional context Error emitted when trying to open file: https://huggingface.co/datasets/Gaivoronsky/hh-rlhf-ru-rl/tree/main/data

[[Note: This tool relies on the parquet-dotnet library for all the actual Parquet processing. So any issues where that library cannot process a parquet file will not be addressed by us. Please open a ticket on that library's repo to address such issues.]

mukunku commented 10 months ago

Hi, this is a strange one. The file you provided works for me on my end: image

Is there any other information you could give to help understand why this happens on your pc?

One idea might be to check your Windows Event Viewer for any Application crash logs.

mukunku commented 10 months ago

Gonna close this out for now but feel free to re-open if you can provide more details.