Eugene-Mark / bigdata-file-viewer

A cross-platform (Windows, MAC, Linux) desktop application to view common bigdata binary format like Parquet, ORC, AVRO, etc. Support local file system, HDFS, AWS S3, Azure Blob Storage ,etc.
GNU General Public License v2.0
282 stars 54 forks source link

Some Types not implemented #23

Closed One-djey closed 3 years ago

One-djey commented 3 years ago

I cannot read some of my parquet files, I have an error "INT96 not implemented". Should be great to know that all types are not readable yet.

Eugene-Mark commented 3 years ago

@One-djey Thanks for your feedback, please check this closed issue for details, the INT96 is actually deprecated in Apache Parquet. We won't support this data type either.