Skip to content

Releases: datafusion-contrib/datafusion-orc

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)