You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/06 23:10:39 UTC

[GitHub] [arrow-rs] alamb commented on a change in pull request #1141: Update version to 7.0.0 and update CHANGELOG

alamb commented on a change in pull request #1141:
URL: https://github.com/apache/arrow-rs/pull/1141#discussion_r779926362



##########
File path: CHANGELOG.md
##########
@@ -19,8 +19,146 @@
 
 For older versions, see [apache/arrow/CHANGELOG.md](https://github.com/apache/arrow/blob/master/CHANGELOG.md)
 
+
+## [7.0.0](https://github.com/apache/arrow-rs/tree/7.0.0) (2022-1-07)
+
+[Full Changelog](https://github.com/apache/arrow-rs/compare/6.5.0...7.0.0)
+
+### Arrow
+
+**Breaking changes:**
+- `pretty_format_batches` now returns `Result<impl Display>` rather than `String`: [#975](https://github.com/apache/arrow-rs/pull/975)
+- `MutableBuffer::typed_data_mut` is marked `unsafe`: [#1029](https://github.com/apache/arrow-rs/pull/1029)
+- UnionArray updated match latest Arrow spec, added `UnionMode`, `UnionArray::new()` marked `unsafe`: [#885](https://github.com/apache/arrow-rs/pull/885)
+
+**New Features:**
+- Support for `Float16Array` types [#888](https://github.com/apache/arrow-rs/pull/888)
+- IPC support for `UnionArray` [#654](https://github.com/apache/arrow-rs/issues/654)
+- Dynamic comparison kernels for scalars (e.g. `eq_dyn_scalar`), including `DictionaryArray`: [#1113](https://github.com/apache/arrow-rs/issues/1113)
+
+**Enhancements:**
+- Added `Schema::with_metadata` and `Field::with_metadata` [#1092](https://github.com/apache/arrow-rs/pull/1092)
+- Support for custom datetime format for inference and parsing csv files [#1112](https://github.com/apache/arrow-rs/pull/1112)
+- Implement `Array` for `ArrayRef` for easier use [#1129](https://github.com/apache/arrow-rs/pull/1129)
+- Pretty printing display support for `FixedSizeBinaryArray` [#1097](https://github.com/apache/arrow-rs/pull/1097)
+- Dependency Upgrades: `pyo3`, `parquet-format`, `prost`, `tonic`
+- Avoid allocating vector of indices in `lexicographical_partition_ranges`[#998](https://github.com/apache/arrow-rs/pull/998)
+
+### Parquet
+
+**Fixed bugs:**
+- (parquet) Fix reading of dictionary encoded pages with null values: [#1130](https://github.com/apache/arrow-rs/pull/1130)
+
+
 # Changelog
 
+## [6.5.0](https://github.com/apache/arrow-rs/tree/6.5.0) (2021-12-23)

Review comment:
       from here down is copy/pasted from the `active_release` branch




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org