LibertyDSNP / parquetjs

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

Reference Tests and Breaking Change: Optional nullable fields are now null instead of undefined #114

Closed wilwade closed 5 months ago

wilwade commented 5 months ago

Problem

We wanted to add tests for all the tests in https://github.com/apache/parquet-testing

Discovered Bugs

Solution

with @shannonwells

Steps to Verify:

  1. Run the tests
  2. Comment out the bug fixes and see reference test files fail