Skip to content

Latest commit

 

History

History
135 lines (117 loc) · 19.1 KB

CHANGELOG.md

File metadata and controls

135 lines (117 loc) · 19.1 KB

Changelog

46.0.0 (2023-08-21)

Full Changelog

Breaking changes:

Implemented enhancements:

  • parquet: support setting the field_id with an ArrowWriter #4702 [parquet]
  • Support references in i256 arithmetic ops #4694 [arrow]
  • Precision-Loss Decimal Arithmetic #4664 [arrow]
  • Faster i256 Division #4663 [arrow]
  • Support concat_batches for 0 columns #4661 [arrow]
  • filter_record_batch should support filtering record batch without columns #4647 [arrow]
  • Improve speed of lexicographical_partition_ranges #4614 [arrow]
  • object_store: multipart ranges for HTTP #4612
  • Add Rank Function #4606 [arrow]
  • Datum Based Comparison Kernels #4596 [parquet] [arrow] [arrow-flight]
  • Convenience method to create DataType::List correctly #4544 [arrow]
  • Remove Deprecated Arithmetic Kernels #4481 [arrow]
  • Equality kernel where null==null gives true #4438 [arrow]

Fixed bugs:

  • Parquet ArrowWriter Ignores Nulls in Dictionary Values #4690 [parquet] [arrow]
  • Schema Nullability Validation Fails to Account for Dictionary Nulls #4689 [parquet] [arrow]
  • Comparison Kernels Ignore Nulls in Dictionary Values #4688 [parquet] [arrow]
  • Casting List to String Ignores Format Options #4669 [arrow]
  • Double free in C Stream Interface #4659 [arrow]
  • CI Failing On Packed SIMD #4651 [arrow]
  • RowInterner::size() much too low for high cardinality dictionary columns #4645 [arrow]
  • Decimal PrimitiveArray change datatype after try_unary #4644
  • Better explanation in docs for Dictionary field encoding using RowConverter #4639 [arrow]
  • List(FixedSizeBinary) array equality check may return wrong result #4637 [arrow]
  • arrow::compute::nullif panics if NullArray is provided #4634 [arrow]
  • Empty lists in FixedSizeListArray::try_new is not handled #4623 [arrow]
  • Bounds checking in MutableBuffer::set_null_bits can be bypassed #4620 [arrow]
  • TypedDictionaryArray Misleading Null Behaviour #4616 [parquet] [arrow]
  • bug: Parquet writer missing row group metadata fields such as compressed_size, file offset. #4610 [parquet]
  • new_null_array generates an invalid union array #4600 [arrow]
  • Footer parsing fails for very large parquet file. #4592 [parquet]
  • bug(parquet): Disabling global statistics but enabling for particular column breaks reading #4587 [parquet]
  • arrow::compute::concat panics for dense union arrays with non-trivial type IDs #4578 [arrow]

Closed issues:

  • [object_store] when Create a AmazonS3 instance work with MinIO without set endpoint got error MissingRegion #4617

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator