Skip to content

Latest commit

 

History

History
104 lines (86 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

104 lines (86 loc) · 13.1 KB

Changelog

42.0.0 (2023-06-16)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Add doc example of constructing a MapArray #4385 [arrow]
  • Support millisecond and microsecond functions #4374 [arrow]
  • Changed array_to_json_array to take &dyn Array #4369 [arrow]
  • compute::ord kernel for getting min and max of two scalar/array values #4347 [arrow]
  • Release 41.0.0 of arrow/arrow-flight/parquet/parquet-derive #4346
  • Refactor CAST tests to use new cast array syntax #4336 [arrow]
  • pass bytes directly to parquet's KeyValue #4317
  • PyArrow conversions could return TypeError if provided incorrect Python type #4312 [arrow]
  • Have array_to_json_array support Map #4297 [arrow]
  • FlightSQL: Add helpers to create CommandGetXdbcTypeInfo responses (XdbcInfoValue and builders) #4257 [arrow] [arrow-flight]
  • Have array_to_json_array support FixedSizeList #4248 [arrow]
  • Truncate ColumnIndex ByteArray Statistics #4126 [parquet]
  • Arrow compute kernel regards selection vector #4095 [arrow]

Fixed bugs:

  • Wrongly calculated data compressed length in IPC writer #4410 [arrow]
  • Take Kernel Handles Nullable Indices Incorrectly #4404 [arrow]
  • StructBuilder::new Doesn't Validate Builder DataTypes #4397 [arrow]
  • Parquet error: Not all children array length are the same! when using RowSelection to read a parquet file #4396
  • RecordReader::skip_records Is Incorrect for Repeated Columns #4368 [parquet]
  • List-of-String Array panics in the presence of row filters #4365 [parquet]
  • Fail to read block compressed gzip files with parquet-fromcsv #4173 [parquet]

Closed issues:

  • Have a parquet file not able to be deduped via arrow-rs, complains about Decimal precision? #4356
  • Question: Could we move dict_id, dict_is_ordered into DataType? #4325

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator