Skip to content
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

Update version to 7.0.0 and update CHANGELOG #1141

Merged
merged 4 commits into from
Jan 8, 2022

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jan 6, 2022

Preparing for 7.0.0 release

@github-actions github-actions bot added arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate parquet Changes to the parquet crate parquet-derive labels Jan 6, 2022
# Changelog

## [6.5.0](https://github.com/apache/arrow-rs/tree/6.5.0) (2021-12-23)
Copy link
Contributor Author

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

@@ -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)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov-commenter
Copy link

Codecov Report

Merging #1141 (403bf14) into master (333515f) will increase coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
parquet_derive/src/parquet_field.rs 65.98% <0.00%> (-0.46%) ⬇️
parquet/src/encodings/encoding.rs 93.71% <0.00%> (+0.19%) ⬆️
arrow/src/ipc/convert.rs 94.59% <0.00%> (+0.21%) ⬆️
arrow/src/array/transform/mod.rs 85.69% <0.00%> (+0.26%) ⬆️
arrow/src/datatypes/datatype.rs 66.80% <0.00%> (+0.42%) ⬆️
arrow/src/buffer/immutable.rs 98.92% <0.00%> (+1.07%) ⬆️
arrow/src/ipc/reader.rs 86.96% <0.00%> (+1.22%) ⬆️
arrow/src/ipc/gen/Schema.rs 43.72% <0.00%> (+2.11%) ⬆️
arrow/src/compute/kernels/comparison.rs 91.96% <0.00%> (+2.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 333515f...403bf14. Read the comment docs.

### Arrow

**Breaking changes:**
- `pretty_format_batches` now returns `Result<impl Display>` rather than `String`: [#975](https://github.com/apache/arrow-rs/pull/975)
Copy link
Contributor

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.

Copy link
Contributor

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.

Copy link
Contributor Author

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"?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's good.

Copy link
Contributor

@liukun4515 liukun4515 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alamb alamb merged commit 7793a0d into apache:master Jan 8, 2022
@alamb alamb deleted the alamb/prepare_for_7.0.0 branch January 8, 2022 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants