Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 7.12 KB

CHANGELOG.md

File metadata and controls

73 lines (55 loc) · 7.12 KB

Changelog

49.0.0 (2023-11-07)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Cast from integer/timestamp to timestamp/integer #5039 [arrow]
  • Support casting from integer to binary #5014 [arrow]
  • Return row count when inferring schema from JSON #5007 [arrow]
  • [FlightSQL] Allow custom commands in get-flight-info #4996 [arrow] [arrow-flight]
  • Support RecordBatch::remove_column() and Schema::remove_field() #4952 [arrow]
  • arrow_json: support binary deserialization #4945 [arrow]
  • Support StructArray in Cast Kernel #4908 [arrow]
  • There exists a ParquetRecordWriter proc macro in parquet_derive, but ParquetRecordReader is missing #4772 [parquet]

Fixed bugs:

  • Regression when serializing large json numbers #5038 [arrow]
  • RowSelection::intersection Produces Invalid RowSelection #5036 [parquet]
  • Incorrect comment on arrow::compute::kernels::sort::sort_to_indices #5029 [arrow]

Documentation updates:

  • chore: Update docs to refer to non deprecated function (partition) #5027 [arrow] (alamb)

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator