Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 8.68 KB

CHANGELOG.md

File metadata and controls

79 lines (63 loc) · 8.68 KB

Changelog

34.0.0 (2023-02-24)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Support casting string to timestamp with microsecond resolution #3751
  • Add datatime/interval/duration into comparison kernels #3729 [arrow]
  • ! (not) operator overload for SortOptions #3726 [arrow]
  • parquet: convert Bytes to ByteArray directly #3719 [parquet]
  • Implement simple RecordBatchReader #3704
  • Is possible to implement GenericListArray::from_iter ? #3702
  • take_run improvements #3701 [arrow]
  • Support as_mut_any in Array trait #3655
  • Array --> Display formatter that supports more options and is configurable #3638 [parquet] [arrow]
  • arrow-csv: support decimal256 #3474 [arrow]

Fixed bugs:

  • CSV reader infers Date64 type for fields like "2020-03-19 00:00:00" that it can't parse to Date64 #3744 [arrow]

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator