Skip to content

Latest commit

 

History

History
100 lines (82 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

100 lines (82 loc) · 11.1 KB

Changelog

32.0.0 (2023-01-26)

Full Changelog

Breaking changes:

Implemented enhancements:

  • There should be a From<Vec<Option<String>>> impl for GenericStringArray<OffsetSize> #3599
  • FlightDataEncoder Optionally send Schema even when no record batches #3591 [arrow-flight]
  • [object_store] support more identity based auth flows for azure #3580
  • Use Native Types in PageIndex #3575
  • Packing array into dictionary of generic byte array #3571
  • Implement Error::Source for ArrowError and FlightError #3566
  • [FlightSQL] Allow access to underlying FlightClient #3551
  • Arrow CSV writer should not fail when cannot cast the value #3547
  • Implement workload identity and application default credentials for GCP object store. #3533
  • Write Deprecated Min Max Statistics When ColumnOrder Signed #3526
  • Support footer kv metadata for IPC file #3432
  • Add External variant to ParquetError #3285

Fixed bugs:

  • Nullif of NULL Predicate is not NULL #3589
  • BooleanBufferBuilder Fails to Clear Set Bits On Truncate #3587
  • nullif incorrectly calculates null_count, sometimes panics with substraction overflow error #3579
  • Meet warning when use pyarrow #3543
  • Incorrect row group total_byte_size written to parquet file #3530
  • Overflow when casting timestamps prior to the epoch #3512

Closed issues:

  • Panic on Key Overflow in Dictionary Builders #3562
  • Bumping version gives compilation error (arrow-array) #3525
  • Release Arrow 31.0.0 (next release after 30.0.0) #3415

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator