ironSource / parquetjs

fully asynchronous, pure JavaScript implementation of the Parquet file format
MIT License
349 stars 176 forks source link

Invalid parquet type: DECIMAL #90

Open BramKaashoek opened 4 years ago

BramKaashoek commented 4 years ago

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?

luckstar77 commented 4 years ago

I faced this situation, is it fixed?

benjamin-issa commented 4 years ago

I've also run into this.

Rafael-Dabrowski commented 3 years ago

same

bz-wow commented 3 years ago

Me too

samrastovich commented 2 years ago

same here!

ryanvaloris commented 2 years ago

as am I

ryanvaloris commented 2 years ago

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

VazFelipe commented 1 year ago

same here

basedafdev commented 1 year ago

can maintainers merge the following PR: https://github.com/ZJONSSON/parquetjs/pull/44/files