parquetjs
parquetjs copied to clipboard
Invalid parquet type: DECIMAL
When using await parquet.ParquetReader.openFile("so.parquet");
i get the error invalid parquet type: DECIMAL
since it is not included in PARQUET_LOGICAL_TYPES.
It is listed as one of the logical types here: https://github.com/apache/parquet-format/blob/master/LogicalTypes.md
Any chance it will be added soon?
I faced this situation, is it fixed?
I've also run into this.
same
Me too
same here!
as am I
There does seem to be a pull request that would fix this issue here - https://github.com/ZJONSSON/parquetjs/pull/44/files
However, this pull request is in a fork of this package
same here
can maintainers merge the following PR: https://github.com/ZJONSSON/parquetjs/pull/44/files