kbajalc / parquets

MIT License
44 stars 21 forks source link

ENUM types unsupported #3

Open lqueryvg opened 6 years ago

lqueryvg commented 6 years ago

I'm trying to read a file which contains ENUM types, however (e.g. parquet-tools schema shows something like required binary entryMethod (ENUM);) but parquet.ParquetReader.openFile() just throws an error:

Error: invalid parquet type: ENUM

... which means I can't use this package to read my files.

What are my options ? Are there any plans to support this type ?

Thanks,

lqueryvg commented 6 years ago

FYI I've posted a very similar problem to... https://github.com/ironSource/parquetjs/issues/72 because both projects seem to suffer the same problem.