Skip to content

Latest commit

 

History

History
82 lines (64 loc) · 7.9 KB

CHANGELOG.md

File metadata and controls

82 lines (64 loc) · 7.9 KB

Changelog

34.0.0 (2023-02-23)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Add datatime/interval/duration into comparison kernels #3729
  • ! (not) operator overload for SortOptions #3726
  • parquet: convert Bytes to ByteArray directly #3719
  • Implement simple RecordBatchReader #3704
  • Is possible to implement GenericListArray::from_iter ? #3702
  • take_run improvements #3701
  • object_store: support azure cli credential #3697
  • Support as_mut_any in Array trait #3655
  • Array --> Display formatter that supports more options and is configurable #3638 [arrow]
  • arrow-csv: support decimal256 #3474
  • Skip the wrong JSON line. #3392

Fixed bugs:

  • CSV reader infers Date64 type for fields like "2020-03-19 00:00:00" that it can't parse to Date64 #3744
  • object_store: bearer token is azure is used like access key #3696

Closed issues:

  • Should we write a "arrow-rs" update blog post? #3565

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator