Skip to content

Latest commit

 

History

History
92 lines (74 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

92 lines (74 loc) · 11.1 KB

Changelog

35.0.0 (2023-03-10)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Support timestamp/time and date types in json decoder #3834 [arrow]
  • Support decoding decimals in new raw json decoder #3819 [arrow]
  • Timezone Aware Timestamp Parsing #3794 [arrow]
  • Preallocate buffers for FixedSizeBinary array creation #3792 [arrow]
  • Make Parquet CLI args consistent #3785 [parquet]
  • Creates PrimitiveDictionaryBuilder from provided keys and values builders #3776 [arrow]
  • Use NullBuffer in ArrayData #3775 [parquet] [arrow]
  • Support unary_dict_mut in arth #3710 [arrow]
  • Support cast <> String to interval #3643 [arrow]
  • Support Zero-Copy Conversion from Vec to/from MutableBuffer #3516 [arrow]

Fixed bugs:

  • Timestamp Unit Casts are Unchecked #3833 [arrow]
  • regexp_match skips first match when returning match #3803 [arrow]
  • Cast to timestamp with time zone returns timestamp #3800 [arrow]
  • Schema-level metadata is not encoded in Flight responses #3779 [arrow] [arrow-flight]

Closed issues:

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator