skale-me / node-parquet

NodeJS module to access apache parquet format files
Apache License 2.0
57 stars 11 forks source link

Update to Node.js v12 #60

Open janjongboom opened 4 years ago

janjongboom commented 4 years ago

@mvertes This upgrades node-parquet to Node.js v12 and Nan v2.14.0. Verified that all tests pass against node 12.13.0 on macOS. There are still deprecation warnings around the toBoolean() calls but I'm not sure how to fix those.