Skip to content

Releases: datafusion-contrib/datafusion-orc

v0.4.1

15 Oct 10:38
df191dc
Compare
Choose a tag to compare

Minor refactoring for decoding floats/integers and fixing docs.rs features

v0.4.0

02 Oct 10:47
8213fd8
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • fix: read array columns correctly by @youngsofun in #112
  • fix: execute "select count(*) from tbl" always getting zero by @harveyyue in #114
  • Relax check on patch_bits overflows in delta decoding by @progval in #118

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

01 Jul 14:17
11b57b9
Compare
Choose a tag to compare

What's Changed

  • chore: bump arrow version to 51 by @WenyXu in #83
  • #62 cli tool for printing file stats by @klangner in #84
  • #62 Added cli tool to export data in a csv format by @klangner in #85
  • #62 added filtering by rows and columns by @klangner in #87
  • Error instead of panic on timestamp overflow by @progval in #91
  • Avoid adding a NullBuffer when decoding timestamp offsets by @progval in #90
  • Pass target arrow type to array_decoder_factory by @progval in #92
  • Add support for configuring time units through ArrowReaderBuilder::with_schema by @progval in #93
  • Add ArrowReaderBuilder::schema() by @progval in #94
  • Write target time unit in DecodeTimestampSnafu by @progval in #95
  • Add support for decoding Timestamp as Decimal128 by @progval in #96
  • Make dependency on async-trait optional by @progval in #98
  • Revert "Create dependabot.yml" by @WenyXu in #104
  • refactor: Bump arrow 52 and datafusion 39 by @Xuanwo in #105
  • fix(bin): Expose needed types public by @Xuanwo in #108
  • chore: release version 0.3.1 by @WenyXu in #109

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

06 Apr 03:04
Compare
Choose a tag to compare

The first release after migrating to new repository https://github.com/datafusion-contrib/datafusion-orc

Notable changes:

  • Support all compression types when reading
  • Support reading all ORC data types
  • New top level API for interacting with this library (ArrowReader and ArrowStreamReader)