Skip to content

Latest commit

 

History

History
114 lines (96 loc) · 15.4 KB

CHANGELOG.md

File metadata and controls

114 lines (96 loc) · 15.4 KB

Changelog

37.0.0 (2023-04-07)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Support Decimals cast to Utf8/LargeUtf #3991
  • Support Date32/Date64 minus Interval #3962 [arrow]
  • Reduce Cloning of Field #3955 [arrow]
  • Consider renaming rather than removing Decoder #3949
  • Add multiply_fixed_point #3946 [arrow]
  • Strongly Typed Array Slicing #3929 [arrow]
  • Make it easier to match FlightSQL messages #3874 [arrow-flight]
  • Support Casting Between Binary / LargeBinary and FixedSizeBinary #3826 [arrow]

Fixed bugs:

  • f16::ZERO and f16::ONE are mixed up #4016
  • Handle overflow precision when casting from integer to decimal #3995
  • PrimitiveDictionaryBuilder.finish should use actual value type #3971 [arrow]
  • RecordBatch From StructArray Silently Discards Nulls #3952
  • I256 Checked Subtraction Overflows for i256::MINUS_ONE #3942 [arrow]
  • I256 Checked Multiply Overflows for i256::MIN #3941 [arrow]

Closed issues:

  • Remove non-existent js feature from README #4000
  • Support take on MapArray #3875 [arrow]

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator