Skip to content

Latest commit

 

History

History
88 lines (70 loc) · 11 KB

CHANGELOG.md

File metadata and controls

88 lines (70 loc) · 11 KB

Changelog

53.2.0 (2024-10-21)

Full Changelog

Implemented enhancements:

  • Implement arrow_json encoder for Decimal128 & Decimal256 DataTypes #6605 [arrow]
  • Support DataType::FixedSizeList in make_builder within struct_builder.rs #6594 [arrow]
  • Support DataType::Dictionary in make_builder within struct_builder.rs #6589 [arrow]
  • Interval parsing from string - accept "mon" and "mons" token #6548 [arrow]
  • AsyncArrowWriter API to get the total size of a written parquet file #6530 [parquet]
  • append_many for Dictionary builders #6529 [arrow]
  • Missing tonic GRPC_STATUS with tonic 0.12.1 #6515 [arrow] [arrow-flight]
  • Add example of how to use parquet metadata reader APIs for a local cache #6504 [parquet]
  • Remove reliance on raw-entry feature of Hashbrown #6498 [parquet] [arrow] [arrow-flight]
  • Improve page index metadata loading in SerializedFileReader::new_with_options #6491 [parquet]
  • Release arrow-rs / parquet minor version 53.1.0 (October 2024) #6340 [arrow]

Fixed bugs:

Documentation updates:

Closed issues:

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator