parquetjs icon indicating copy to clipboard operation
parquetjs copied to clipboard

Invalid parquet type: DECIMAL

Open BramKaashoek opened this issue 5 years ago • 9 comments

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?

BramKaashoek avatar Nov 12 '19 15:11 BramKaashoek

I faced this situation, is it fixed?

luckstar77 avatar Apr 23 '20 06:04 luckstar77

I've also run into this.

benjamin-issa avatar Jun 11 '20 18:06 benjamin-issa

same

Rafael-Dabrowski avatar Oct 22 '20 10:10 Rafael-Dabrowski

Me too

bz-wow avatar Oct 11 '21 09:10 bz-wow

same here!

samrastovich avatar Mar 01 '22 23:03 samrastovich

as am I

ryanvaloris avatar Mar 18 '22 20:03 ryanvaloris

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

ryanvaloris avatar Mar 18 '22 21:03 ryanvaloris

same here

VazFelipe avatar Jun 18 '23 15:06 VazFelipe

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

tommyliu9 avatar Jun 27 '23 21:06 tommyliu9