v0.16.0
Yet another release of parquet2, mostly focused on avoiding panics and oom. No impact on performance, but improves reliability.
v0.16.1 (2022-08-17)
Fixed bugs:
- Fixed error in
FilteredHybridBitmapIter
's trait bounds #187 (jorgecarleitao)
v0.16.0 (2022-08-17)
Breaking changes:
- Improved
Error
#181 (jorgecarleitao) - Made decoding fallible #178 (jorgecarleitao)
- Improved bitpacking #176 (jorgecarleitao)
New features:
- Added DELTA_BYTE_ARRAY encoder #183 (jorgecarleitao)
Fixed bugs:
- FixedLenByteArray max_precision integer overflow #184 (evanrichter)
Documentation updates:
- enable
doc_cfg
feature #186 (ritchie46) - Improved decoding documentation #180 (jorgecarleitao)