JamesOwenHall / parquet-cat

Fast command line access to data and metadata in Apache Parquet files
MIT License
2 stars 0 forks source link

FIXED_LEN_BYTE_ARRAY fields are not supported #2

Open jcdauchy-moodys opened 4 years ago

jcdauchy-moodys commented 4 years ago

$ parquet-cat -m FILE.parquet-part-0001.snappy.parquet { "path": "FILE.parquet-part-0001.snappy.parquet", "version": 1, "created_by": "parquet-mr version 1.8.2 (build c6522788629e590a53eb79874b95f6c3ff11f16c)", "column_count": 229, "row_count": 2016 }

$ parquet-cat FILE.parquet-part-0001.snappy.parquet Error: FIXED_LEN_BYTE_ARRAY fields are not supported

JamesOwenHall commented 4 years ago

Hi @jcdauchy-moodys, I haven't needed support for byte arrays in my usage. Is this an issue you'd be interested in working on?

jcdauchy-moodys commented 4 years ago

Hi @JamesOwenHall, I don't have the knowledge to code any rust.

I just wanted to mention this limitation as when I tested on my parquet file, it reported this error.

By the way, can you extract the parquet schema with parquet-cat ?

Thanks anyway, it is a fast solution.