Skip to content

Releases: datafusion-contrib/orc-rust

v0.6.0

14 Mar 18:03
2aaeeb8
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.6.0

v0.5.0

28 Oct 06:53
92b6333
Compare
Choose a tag to compare

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