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

Prepare for 18.0.0 release: Update CHANGELOG and versions #2023

Merged
merged 10 commits into from Jul 8, 2022

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jul 7, 2022

Which issue does this PR close?

RE #1952

Rationale for this change

Prepares for release of version 18.0.0

What changes are included in this PR?

  1. Update CHANGELOG (see rendered version here: https://github.com/alamb/arrow-rs/blob/alamb/prepare_for_18.0.0/CHANGELOG.md)
  2. Update version to 18.0.0

Are there any user-facing changes?

Yes

@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 Jul 7, 2022
@alamb alamb marked this pull request as ready for review July 7, 2022 19:22
@alamb
Copy link
Contributor Author

alamb commented Jul 7, 2022

I plan to update the CHANGELOG (based on titles of tickets) one last time tomorrow (Friday July 8, 2022) prior to merging this PR and cutting a release

FWIW here is the command I will run

CHANGELOG_GITHUB_TOKEN=$ARROW_GITHUB_API_TOKEN ./dev/release/update_change_log.sh

@codecov-commenter
Copy link

codecov-commenter commented Jul 7, 2022

Codecov Report

Merging #2023 (03c5aa6) into master (d70c2ea) will decrease coverage by 0.00%.
The diff coverage is 84.68%.

❗ Current head 03c5aa6 differs from pull request most recent head 45e4927. Consider uploading reports for the commit 45e4927 to get more accurate results

@@            Coverage Diff             @@
##           master    #2023      +/-   ##
==========================================
- Coverage   83.54%   83.54%   -0.01%     
==========================================
  Files         222      222              
  Lines       58095    58178      +83     
==========================================
+ Hits        48537    48604      +67     
- Misses       9558     9574      +16     
Impacted Files Coverage Δ
arrow/src/array/equal_json.rs 87.89% <0.00%> (-1.81%) ⬇️
arrow/src/array/iterator.rs 96.11% <ø> (ø)
arrow/src/array/mod.rs 100.00% <ø> (ø)
arrow/src/array/ord.rs 69.17% <ø> (ø)
arrow/src/compute/kernels/cast.rs 95.79% <ø> (ø)
arrow/src/compute/kernels/sort.rs 95.67% <ø> (ø)
arrow/src/compute/kernels/take.rs 95.27% <ø> (ø)
arrow/src/csv/reader.rs 89.89% <ø> (ø)
arrow/src/util/decimal.rs 91.50% <ø> (ø)
arrow/src/util/display.rs 73.17% <ø> (ø)
... and 6 more

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 d70c2ea...45e4927. Read the comment docs.

@viirya
Copy link
Member

viirya commented Jul 8, 2022

@alamb Can we also put #1982 into 18.0.0 release? So add, subtract, multiply and divide can be supported together in this new release. Thanks.

@alamb
Copy link
Contributor Author

alamb commented Jul 8, 2022

@alamb Can we also put #1982 into 18.0.0 release? So add, subtract, multiply and divide can be supported together in this new release. Thanks.

Sure thing @viirya -- thanks. I'll rerun the release notes script later today as well

@alamb alamb merged commit 330505c into apache:master Jul 8, 2022
@alamb alamb deleted the alamb/prepare_for_18.0.0 branch July 8, 2022 18:44
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 parquet-derive
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants