Skip to content

Releases: jeffbski/parquetjs

Rebase from zjonsson/rle-fix

29 Oct 20:36
Compare
Choose a tag to compare

Rebase from zjonsson/rle-fix and apply changes to remove lzo, brotli, and fix transform cb handling and improve errors.

zjonsson version contains many updates including streaming parquet reader.

Remove brotli compression

29 Oct 20:32
Compare
Choose a tag to compare

Remove brotli compression since it is causing a hang in jest tests that use this package.

Proper transform callback handling

29 Oct 20:31
Compare
Choose a tag to compare

Original code did not properly handle errors from the promise. Also use a real Error with stack and include row information to help with debugging.

Remove LZO compression

29 Oct 20:29
Compare
Choose a tag to compare

Forked from ironSource/parquetjs.

Removed LZO compression since it requires a binary build.