mukunku / ParquetViewer

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

[BUG] Cannot open parquet file when column name includes "/" #94

Closed tunajaw closed 7 months ago

tunajaw commented 8 months ago

Parquet Viewer Version What version of Parquet Viewer are you experiencing the issue with? 2.8.0

Where was the parquet file created? Apache Spark, Hive, Java, C#, pyarrow, etc. python pandas 1.5.2

Sample File ts_input.zip

Describe the bug The Parquet Viewer is not able to open a file whose column name includes the character "/".

Screenshots There is a column named FLC K/L in my dataset. image

image

mukunku commented 7 months ago

Sorry for the late response. This has been fixed now in v2.8.1.2

Thanks for opening a ticket and sharing a sample file.