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 11.0.0 release #3171

Merged
merged 6 commits into from Aug 16, 2022
Merged

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Part of #3012

Rationale for this change

What changes are included in this PR?

  • The first commit has docs update
  • The second commit bumps the crate versions

Are there any user-facing changes?

Yes, version number changed.

@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 Aug 15, 2022
:maxdepth: 1
:caption: Supported Environments

Rust <https://docs.rs/crate/datafusion/>
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the very first link on the page and takes the user to a completely different web site. I moved it down into the user guide.

@andygrove andygrove marked this pull request as ready for review August 15, 2022 23:34
@andygrove andygrove requested a review from alamb August 15, 2022 23:35
@codecov-commenter
Copy link

codecov-commenter commented Aug 15, 2022

Codecov Report

Merging #3171 (e780c11) into master (89bcfc4) will increase coverage by 0.00%.
The diff coverage is 92.30%.

❗ Current head e780c11 differs from pull request most recent head e1da6c9. Consider uploading reports for the commit e1da6c9 to get more accurate results

@@           Coverage Diff           @@
##           master    #3171   +/-   ##
=======================================
  Coverage   85.85%   85.85%           
=======================================
  Files         291      291           
  Lines       52786    52793    +7     
=======================================
+ Hits        45320    45327    +7     
  Misses       7466     7466           
Impacted Files Coverage Δ
...tafusion/physical-expr/src/expressions/datetime.rs 84.22% <80.00%> (ø)
datafusion/core/src/execution/context.rs 78.24% <100.00%> (+0.18%) ⬆️
datafusion/expr/src/logical_plan/plan.rs 77.43% <0.00%> (-0.18%) ⬇️
datafusion/sql/src/planner.rs 81.24% <0.00%> (+0.04%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -23,7 +23,7 @@

### Major Release

DataFusion typically has major releases from the `master` branch every 3 months, including breaking API changes.
DataFusion typically has major releases from the `master` branch every 4 weeks, including breaking API changes.
Copy link
Contributor

Choose a reason for hiding this comment

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

🚄

docs/source/user-guide/sql/ddl.md Outdated Show resolved Hide resolved
@alamb
Copy link
Contributor

alamb commented Aug 16, 2022

Thanks for all the work to prepare the release @andygrove 👍

@andygrove
Copy link
Member Author

@alamb Now with CHANGELOG. I will go ahead and merge if there are no objections (once CI passes)

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.

👍


[Full Changelog](https://github.com/apache/arrow-datafusion/compare/10.0.0-rc1...11.0.0)

**Breaking changes:**
Copy link
Contributor

Choose a reason for hiding this comment

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

this list seems a little light 😆 but I don't think we should spend too much time cleaning this up

@andygrove andygrove merged commit 8ee31cc into apache:master Aug 16, 2022
@andygrove andygrove deleted the prepare-for-11.0.0 branch August 16, 2022 15:22
@ursabot
Copy link

ursabot commented Aug 16, 2022

Benchmark runs are scheduled for baseline = 85f7fc9 and contender = 8ee31cc. 8ee31cc is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ec2-t3-xlarge-us-east-2] ec2-t3-xlarge-us-east-2
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on test-mac-arm] test-mac-arm
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-i9-9960x] ursa-i9-9960x
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-thinkcentre-m75q] ursa-thinkcentre-m75q
Buildkite builds:
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core datafusion crate 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.

None yet

4 participants