ZJONSSON / parquetjs

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

Bug with RLE encoding/decoding and column chunks with both PLAIN and PLAIN_DICTIONARY data pages #82

Open garyirick-rga opened 2 years ago

garyirick-rga commented 2 years ago

Two bugs:

Fixed by PR: https://github.com/ZJONSSON/parquetjs/pull/81

garyirick-rga commented 2 years ago

I think this project is dead, but I'm hoping someone using one of the many forks finds this fix helpful.