jorgecarleitao / parquet2

Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow
Other
356 stars 59 forks source link

Add support for byte_stream_split encoding #208

Open damelLP opened 1 year ago

damelLP commented 1 year ago

Hi @jorgecarleitao ,

It doesn't look like there is support for byte_stream_split encoding in parquet2.

Is it hard to add support?

Looks like the C++ lib has added an implementation a couple years ago.

itamarst commented 10 months ago

Was this fixed? I can't tell what happened to #221.