ZJONSSON / parquetjs

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

Fix RLE and dictionary bugs #81

Open garyirick-rga opened 2 years ago

garyirick-rga commented 2 years ago

This PR fixes 2 bugs:

There is no unit test for the second fix. I could only reproduce this with a 290 MB .parquet file generated by Apache Spark, and was unable to find another library that will create a file with both PLAIN and PLAIN_DICTIONARY pages in the same chunk.