jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.06k stars 221 forks source link

Support lz4_flex for IPC #986

Open ghuls opened 2 years ago

ghuls commented 2 years ago

Support lz4_flex for IPC, similarly as was done for parquet, so IPC with at least lz4 compression can be used when compiling for WASM: https://github.com/jorgecarleitao/parquet2/pull/124/commits/e01c78f85434177b78cf1cf876eb9a2fa41bc9c3

jorgecarleitao commented 2 years ago

agreed. Marking as a good first issue / help wanted. I think it is a cool exercise. I can mentor if help is required.