mukunku / ParquetViewer

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

View split files #15

Closed Technetium1 closed 4 years ago

Technetium1 commented 4 years ago

I've found some data named like XXXXX_UserData_0001.parquet up to XXXXX_UserData_0005.parquet When opening any of the files I get this error: image Is it possible to open any of these files?

mukunku commented 4 years ago

It seems the Parquet.net library that we use can't open the files so nothing can be done on our end unfortunately. Are you able to read a single one of any of these files in some other system (i.e. try opening a single part in another system)?

Technetium1 commented 4 years ago

Unfortunately I have not been able to. I will reopen this issue in the future if any progress is made.