LibertyDSNP / parquetjs

Fully asynchronous, pure JavaScript implementation of the Parquet file format with additional features
MIT License
43 stars 24 forks source link

update to node 16, FIX HASHER BUG #84

Closed shannonwells closed 1 year ago

shannonwells commented 1 year ago

Problem

We need to update to Node16+ as 15.* is @ end-of-life. Closes #62, Fixes #85

Solution

Update to nodejs 16.15.1, update some packages and fix anything broken.

Important: This revealed a bug in the Xxhasher code that was not converting to hex-encoded strings as the bloom filter expects

Steps to Verify:

Tests should pass