Kenny Daniel
Kenny Daniel
The type change in #25 caused a lot of downstream type errors. Previously in v1.1.1 there was only `any[][]` types returned to `onComplete`. Then in v1.2.0 we updated the type...
This PR introduces a new abstraction for reading parquet data in a more efficient and flexible way. The `AsyncRowGroup` interface returns a map of future data to be returned, allowing...
This PR is an attempt to fix #39 The problem is that `asyncBufferFromFile` depends on node built-in package `fs`, but that won't exist if bundled for the browser. To work...