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

illegal character in column name #22

Closed shawnjones253 closed 2 years ago

shawnjones253 commented 3 years ago

image

Eugene-Mark commented 3 years ago

@shawnjones253 Thanks for reporting it. Could you please let me know where I can download the sample file.

shawnjones253 commented 3 years ago

@Eugene-Mark unfortunately the file i was working with has customer data in it -- but you should be able to reproduce this using any parquet file that uses : in the column name i imagine

Eugene-Mark commented 2 years ago

@shawnjones253 It's seems a limitation of AvroParquetReader per this discussion. Leave it as an limitation of Bigdata-File-Viewer.