Releases: datafusion-contrib/orc-rust
Releases · datafusion-contrib/orc-rust
v0.7.0
What's Changed
- Various refactoring by @Jefffrey in #39
- fix delta overflow by @cxzl25 in #56
- feat: Implement RowSelection API for efficient row filtering (Phase 1) by @suxiaogang223 in #59
- feat: Implement Efficient Skipping for RowSelection (Phase 2) by @suxiaogang223 in #60
- feat: bump arrow to 57 by @sunng87 in #61
- chore: bump version to 0.7.0 by @WenyXu in #62
New Contributors
Full Changelog: v0.6.3...v0.7.0
What's Changed
- Various refactoring by @Jefffrey in #39
- fix delta overflow by @cxzl25 in #56
- feat: Implement RowSelection API for efficient row filtering (Phase 1) by @suxiaogang223 in #59
- feat: Implement Efficient Skipping for RowSelection (Phase 2) by @suxiaogang223 in #60
- feat: bump arrow to 57 by @sunng87 in #61
- chore: bump version to 0.7.0 by @WenyXu in #62
New Contributors
Full Changelog: v0.6.3...v0.7.0
v0.6.3
What's Changed
- update Arrow to 56.0.0 by @MichaelScofield in #50
- chore: prepare release 0.6.3 by @WenyXu in #54
Full Changelog: v0.6.2...v0.6.3
v0.6.2
v0.6.1
What's Changed
- upgrade arrow dependency version by @MichaelScofield in #47
- chore: make clippy happy by @WenyXu in #52
- chore: prepare release 0.6.1 by @WenyXu in #51
New Contributors
- @MichaelScofield made their first contribution in #47
- @WenyXu made their first contribution in #52
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- chore: Expose StripeFactory so users can write them in struct by @Xuanwo in #9
- chore: Expose StripeFactory::read_next_stripe and Stripe::stream_map by @Xuanwo in #10
- Fix arrow version requirement by @progval in #12
- Avoid unnecessary null buffer when decoding a primitive array with no null by @progval in #13
- fix: Fix bug with decoding timestamp as decimal by @Jefffrey in #36
- Impl RleV1Encoder for integer by @suxiaogang223 in #37
- Apply Clippy 0.1.85's new suggestions by @progval in #44
- Require chrono < 0.4.40 to be consistent with Arrow by @progval in #43
- Add missing license header to Makefile by @progval in #45
- allow Unicode-3.0 license by @waynexia in #46
- chore: prepare release 0.6.0 by @waynexia in #42
New Contributors
- @progval made their first contribution in #12
- @Jefffrey made their first contribution in #36
- @suxiaogang223 made their first contribution in #37
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Move ORC-rust into this repo by @waynexia in #1
- deps: Bump arrow,opendal,prost,chrono-tz,zstd to latest by @Xuanwo in #3
- chore: update manifest to reflect project donation by @waynexia in #4
- chore: Export array decoder so that users can access NaiveStripeDecoder by @Xuanwo in #5
- chore: prepare release 0.5.0 by @waynexia in #6
New Contributors
Full Changelog: https://github.com/datafusion-contrib/orc-rust/commits/v0.5.0