You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I would like to evaluate whether using the BYTE_STREAM_SPLIT encoding helps a Float64 column compress better. But it seems like it is not supported yet:
e => returnErr(nyi_err!("Encoding {} is not supported", e)),
Describe the solution you'd like
An implementation of the encoding. Even a naive, non-optimized version would resolve this issue. The implementation can be improved iteratively.
Describe alternatives you've considered PyArrow seems to support it, but I would really like to stay within the Rust world.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I would like to evaluate whether using the
BYTE_STREAM_SPLIT
encoding helps a Float64 column compress better. But it seems like it is not supported yet:arrow-rs/parquet/src/encodings/encoding/mod.rs
Line 90 in 93484a1
Describe the solution you'd like
An implementation of the encoding. Even a naive, non-optimized version would resolve this issue. The implementation can be improved iteratively.
Describe alternatives you've considered
PyArrow
seems to support it, but I would really like to stay within the Rust world.Additional context
The text was updated successfully, but these errors were encountered: