Update version to 7.0.0 and update CHANGELOG#1141
Conversation
|
|
||
| # Changelog | ||
|
|
||
| ## [6.5.0](https://github.com/apache/arrow-rs/tree/6.5.0) (2021-12-23) |
There was a problem hiding this comment.
from here down is copy/pasted from the active_release branch
| 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) |
There was a problem hiding this comment.
I created this changelog manually by reviewing PRs from this filter:
Codecov Report
@@ Coverage Diff @@
## master #1141 +/- ##
==========================================
+ Coverage 82.39% 82.55% +0.15%
==========================================
Files 169 169
Lines 50350 50456 +106
==========================================
+ Hits 41487 41653 +166
+ Misses 8863 8803 -60
Continue to review full report at Codecov.
|
| ### Arrow | ||
|
|
||
| **Breaking changes:** | ||
| - `pretty_format_batches` now returns `Result<impl Display>` rather than `String`: [#975](https://github.com/apache/arrow-rs/pull/975) |
There was a problem hiding this comment.
If datafusion change the arrow-rs to 7.0.0, maybe we should do some changes about compatibility for this pr.
There was a problem hiding this comment.
I meet some errors about this change in some experimental code.
There was a problem hiding this comment.
Do you have any suggestions on what we should say?
BTW here is the PR to upgrade datafusion to arrow-rs 7.0.0: apache/datafusion#1523
Maybe it would help to mention "Users must now call to_string() if they want a String"?
Preparing for 7.0.0 release