Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

v0.12.0

Compare
Choose a tag to compare
@jorgecarleitao jorgecarleitao released this 05 Jun 12:09
· 355 commits to main since this release

A new version of arrow2 is now available in crates.io. 馃帀馃帀馃帀

See below all great things that were released 馃殌. But before that, thank you so much to everyone that contributed to this release: 馃檱

@ahmedriza, @dexterduck, @GPSnoopy, @HaoYang670, @SimonSchneider, @TurnOfACard, @aptr322, @arxra, @b41sh, @cjermain, @dbr, @jorgecarleitao, @ritchie46

Breaking changes:

New features:

Fixed bugs:

  • Writing of ListArray does not preserve all values #1008
  • Write a two-dimensional list to parquet file failed #992
  • Writing to Parquet fails for extension types that contain lists #830
  • Fixed using lower limit than size of first parquet row group #1046 (arxra)
  • Fixed error in consuming sliced FixedSizedBinary from c data interface (FFI) #1026 (jorgecarleitao)
  • Fixed lexsort limit equal or greater than row_count #1021 (b41sh)
  • Fixed error in reading nested parquet structs #1015 (jorgecarleitao)
  • Fixed panic on debug print of invalid timezones #1013 (jorgecarleitao)
  • Treat empty timezone string as no-timezone #1009 (dbr)
  • Fixed encoding of NaN to json #990 (SimonSchneider)
  • Fixed error in writing ListArray to parquet #984 (jorgecarleitao)
  • Fixed decoding Binary Plain pages with dictionary pages #982 (aptr322)

Enhancements:

Documentation updates:

Testing updates: