Skip to content

Latest commit

 

History

History
141 lines (123 loc) · 21.3 KB

CHANGELOG.md

File metadata and controls

141 lines (123 loc) · 21.3 KB

Changelog

53.1.0 (2024-10-02)

Full Changelog

Implemented enhancements:

  • Write null counts in Parquet statistics when they are known to be zero #6502 [parquet]
  • Make it easier to find / work with ByteView #6478 [arrow]
  • Update lexical-core version due to soundness issues with current version #6468
  • Add builder style API for manipulating ParquetMetaData #6465 [parquet]
  • ArrayData.align_buffers should support Struct data type / child data #6461 [arrow]
  • Add a method to return the number of skipped rows in a RowSelection #6428 [parquet]
  • Bump lexical-core to 1.0 #6397 [arrow]
  • Add union_extract kernel #6386 [arrow]
  • implement regexp_is_match_utf8 and regexp_is_match_utf8_scalar for StringViewArray #6370 [arrow]
  • Add support for BinaryView in arrow_string::length #6358 [arrow]
  • Add as_union to AsArray #6351
  • Ability to append non contiguous strings to StringBuilder #6347 [arrow]
  • Add Catalog DB Schema subcommands to flight_sql_client #6331 [arrow] [arrow-flight]
  • Add support for Utf8View in arrow_string::length #6305 [arrow]
  • Reading FIXED_LEN_BYTE_ARRAY columns with nulls is inefficient #6296 [parquet]
  • Optionally verify 32-bit CRC checksum when decoding parquet pages #6289 [parquet]
  • Speed up pad_nulls for FixedLenByteArrayBuffer #6297 [parquet] (etseidl)
  • Improve performance of set_bits by avoiding to set individual bits #6288 [arrow] (kazuyukitanimura)

Fixed bugs:

  • BitIterator panics when retrieving length #6480 [arrow]
  • Flight data retrieved via Python client (wrapping C++) cannot be used by Rust Arrow #6471 [arrow]
  • CI integration test failing: Archery test With other arrows #6448 [parquet] [arrow] [arrow-flight]
  • IPC not respecting not preserving dict ID #6443 [parquet] [arrow] [arrow-flight]
  • Failing CI: Prost requires Rust 1.71.1 #6436 [arrow] [arrow-flight]
  • Invalid struct arrays in IPC data causes panic during read #6416 [arrow]
  • REE Dicts cannot be encoded/decoded with streaming IPC #6398 [arrow]
  • Reading json map with non-nullable value schema doesn't error if values are actually null #6391
  • StringViewBuilder with deduplication does not clear observed values #6384 [arrow]
  • Cast from Decimal(p, s) to dictionary-encoded Decimal(p, s) loses precision and scale #6381 [arrow]
  • LocalFileSystem list operation returns objects in wrong order #6375
  • compute::binary_mut returns Err(PrimitiveArray<T>) only with certain arrays #6374 [arrow]
  • Exporting Binary/Utf8View from arrow-rs to pyarrow fails #6366 [arrow]
  • warning: methods as_any and next_batch are never used in parquet crate #6143 [parquet]

Documentation updates:

Closed issues:

  • Columnar json writer for arrow-json #6411
  • Primitive binary/unary are not as fast as they could be #6364 [arrow]
  • Different numeric type may be able to compare #6357

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator