-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update version to 7.0.0 and update CHANGELOG #1141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meet some errors about this change in some experimental code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it's good.
liukun4515
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Preparing for 7.0.0 release