kylebarron commented on issue #180: URL: https://github.com/apache/arrow-rs/issues/180#issuecomment-1053764129
I made [another effort](https://github.com/kylebarron/parquet-wasm) on top of @andyredhead 's [helpful repo](https://github.com/my-liminal-space/read-parquet-browser) to create a minimal JS parser from Parquet to Arrow. So far it seems to work with Snappy and uncompressed Parquet files, though the generated Arrow IPC files seem to be occasionally malformatted (errors of `Expected to read 1264832 metadata bytes, but only read 700`). To support gzip it looks like we could try using `flate2` when building for wasm: https://github.com/rust-lang/flate2-rs/issues/161. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
