Skip to content

Latest commit

 

History

History
118 lines (100 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

118 lines (100 loc) · 14.3 KB

Changelog

28.0.0 (2022-11-24)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Add iterator to RowSelection #3172 [parquet]
  • Row Format Size Tracking #3160
  • Add ArrayBuilder::finish_cloned() #3154
  • Optimize memory usage of json reader #3150
  • Add Field::size and DataType::size #3147
  • Add like_utf8_scalar_dyn kernel #3145
  • support comparison for decimal128 array with scalar in kernel #3140
  • Replace custom date/time add/sub months by chrono 0.4.23's new api #3131
  • Upgrade chrono to 0.4.23 #3120
  • Implements more temporal kernels using time_fraction_dyn #3108
  • Upgrade to thrift 0.17 #3105
  • Be able to parse time formatted strings #3100
  • Improve "Fail to merge schema" error messages #3095
  • Expose SortingColumn when reading and writing parquet metadata #3090 [parquet]
  • Change Field::metadata to HashMap #3086
  • API to take back ownership of an ArrayRef #2901 [arrow]
  • Specialized Interleave Kernel #2864

Fixed bugs:

  • arithmatic overflow leads to segfault in concat_batches #3123
  • Clippy failing on master : error: use of deprecated associated function chrono::NaiveDate::from_ymd: use from_ymd_opt() instead #3097
  • Pretty print for interval types has wrong formatting #3092
  • Field is not serializable with binary formats #3082
  • Decimal Casts are Unchecked #2986
  • Reading parquet files with a corrupt ARROW:schema panics #2855 [parquet]

Closed issues:

  • audit and create a document for bloom filter configurations #3138
  • Release Arrow 27.0.0 (next release after 26.0.0) #3045
  • Perf about ParquetRecordBatchStream vs ParquetRecordBatchReader #2916

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator