Skip to content

Latest commit

 

History

History
105 lines (87 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

105 lines (87 loc) · 14.2 KB

Changelog

48.0.0 (2023-10-18)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Allow schema fields to merge with Null datatype #4901 [arrow]
  • Add option to FlightDataEncoder to always send dictionaries #4895 [arrow] [arrow-flight]
  • Rework Thrift Encoding / Decoding of Parquet Metadata #4891 [parquet]
  • Plans for supporting Extension Array to support Fixed shape tensor Array #4890
  • Implement Take for UnionArray #4882 [arrow]
  • Check precision overflow for casting floating to decimal #4865 [arrow]
  • Replace lexical #4774 [arrow]
  • Add read access to settings in csv::WriterBuilder #4735 [arrow]
  • Improve the performance of "DictionaryValue" row encoding #4712 [arrow] [arrow-flight]

Fixed bugs:

  • Should we make blank values and empty string to None in csv? #4939 [arrow]
  • [FlightSQL] SubstraitPlan structure is not exported #4932 [arrow] [arrow-flight]
  • Loading page index breaks skipping of pages with nested types #4921 [parquet]
  • CSV schema inference assumes Utf8 for empty columns #4903 [arrow]
  • parquet: Field Ids are not read from a Parquet file without serialized arrow schema #4877 [parquet]
  • make_primitive_scalar function loses DataType Internal information #4851 [arrow]
  • StructBuilder doesn't handle nulls correctly for empty structs #4842 [arrow]
  • NullArray::is_null() returns false incorrectly #4835 [arrow]
  • cast_string_to_decimal should check precision overflow #4829 [arrow]
  • Null fields are omitted by infer_json_schema_from_seekable #4814 [arrow]

Closed issues:

  • Support for reading JSON Array to Arrow #4905 [arrow]

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator