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 9.0.0 release #2714

Merged
merged 5 commits into from Jun 10, 2022
Merged

Prepare 9.0.0 release #2714

merged 5 commits into from Jun 10, 2022

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Closes #2676

Rationale for this change

Monthly release

What changes are included in this PR?

  • Update version
  • Generate changelog

Are there any user-facing changes?

No

@andygrove andygrove added the development-process Related to development process of arrow-datafusion label Jun 10, 2022
@andygrove andygrove self-assigned this Jun 10, 2022
@github-actions github-actions bot added core Core datafusion crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Physical Expressions sql labels Jun 10, 2022
@andygrove andygrove requested a review from alamb June 10, 2022 00:42
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

9.0.0 Looks like a very nice release :bowtie: Thank you for doing this work @andygrove

I also reviewed the rendered changelog https://github.com/andygrove/arrow-datafusion/blob/release-9.0.0/datafusion/CHANGELOG.md and it looks good to me 👍

@@ -62,7 +62,6 @@ docker run -it --rm \
--user apache \
--project arrow-datafusion \
--since-tag "${SINCE_TAG}" \
--include-labels "${PROJECT}" \
Copy link
Contributor

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 #2714 (fd6d23b) into master (67d91a7) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2714   +/-   ##
=======================================
  Coverage   84.71%   84.72%           
=======================================
  Files         270      270           
  Lines       47258    47258           
=======================================
+ Hits        40036    40038    +2     
+ Misses       7222     7220    -2     
Impacted Files Coverage Δ
datafusion/expr/src/logical_plan/plan.rs 74.11% <0.00%> (ø)
datafusion/core/src/physical_plan/metrics/value.rs 87.43% <0.00%> (+0.50%) ⬆️
datafusion/optimizer/src/utils.rs 32.25% <0.00%> (+0.53%) ⬆️

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 67d91a7...fd6d23b. Read the comment docs.

@andygrove andygrove merged commit 10058f6 into apache:master Jun 10, 2022
@andygrove andygrove deleted the release-9.0.0 branch June 10, 2022 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core datafusion crate development-process Related to development process of arrow-datafusion logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Physical Expressions sql
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataFusion 9.0.0 Release
3 participants