sunchao / parquet-rs

Apache Parquet implementation in Rust
Apache License 2.0
149 stars 20 forks source link

Support FixedLenByteArrayType in DeltaByteArrayEncoder #106

Closed sunchao closed 6 years ago

sunchao commented 6 years ago

This adds support for FixedLenByteArrayType in DeltaByteArrayEncoder. The implementation basically reuses the code from ByteArrayType.

Fixes #95.

sunchao commented 6 years ago

Hmm yes. It happened again. Will investigate.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.04%) to 94.997% when pulling f4d6d4da9fd5842642a32ffdef48592c0a181673 on delta_byte_array_fixed into faf33c8cda25b3478d8816ffc9c0765dd390c385 on master.

sunchao commented 6 years ago

Merged. Thanks @sadikovi !