Skip to content

Latest commit

 

History

History
100 lines (82 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

100 lines (82 loc) · 12.1 KB

Changelog

32.0.0 (2023-01-27)

Full Changelog

Breaking changes:

Implemented enhancements:

  • There should be a From<Vec<Option<String>>> impl for GenericStringArray<OffsetSize> #3599 [arrow]
  • FlightDataEncoder Optionally send Schema even when no record batches #3591 [arrow-flight]
  • Use Native Types in PageIndex #3575 [parquet]
  • Packing array into dictionary of generic byte array #3571 [arrow]
  • Implement Error::Source for ArrowError and FlightError #3566 [arrow] [arrow-flight]
  • [FlightSQL] Allow access to underlying FlightClient #3551 [arrow-flight]
  • Arrow CSV writer should not fail when cannot cast the value #3547 [arrow]
  • Write Deprecated Min Max Statistics When ColumnOrder Signed #3526 [parquet]
  • Improve Performance of JSON Reader #3441
  • Support footer kv metadata for IPC file #3432
  • Add External variant to ParquetError #3285 [parquet]

Fixed bugs:

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

Closed issues:

  • Panic on Key Overflow in Dictionary Builders #3562 [parquet] [arrow]
  • Bumping version gives compilation error (arrow-array) #3525

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator