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 15.0.0 Release #4470

Merged
merged 5 commits into from Dec 2, 2022
Merged

Prepare for 15.0.0 Release #4470

merged 5 commits into from Dec 2, 2022

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Dec 1, 2022

Which issue does this PR close?

Part of #4468

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@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 Dec 1, 2022
@github-actions github-actions bot added the development-process Related to development process of arrow-datafusion label Dec 1, 2022
@andygrove andygrove marked this pull request as ready for review December 1, 2022 22:37
@github-actions github-actions bot removed the development-process Related to development process of arrow-datafusion label Dec 1, 2022
@andygrove andygrove requested a review from alamb December 1, 2022 22:46
@andygrove andygrove mentioned this pull request Dec 1, 2022
5 tasks
@@ -24,6 +24,6 @@ edition = "2021"

[dependencies]
arrow = { version = "28.0.0", features = ["prettyprint"] }
datafusion-common = { path = "../datafusion/common", version = "14.0.0" }
Copy link
Member Author

Choose a reason for hiding this comment

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

No need to specify the version here since we do not release the test-utils crate

Copy link
Contributor

Choose a reason for hiding this comment

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

I think technically there's no need for these redundant version numbers anywhere now that I fixed the docker script.

@@ -24,6 +24,6 @@ edition = "2021"

[dependencies]
arrow = { version = "28.0.0", features = ["prettyprint"] }
datafusion-common = { path = "../datafusion/common", version = "14.0.0" }
Copy link
Contributor

Choose a reason for hiding this comment

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

I think technically there's no need for these redundant version numbers anywhere now that I fixed the docker script.

@andygrove
Copy link
Member Author

@avantgardnerio the version numbers are required by cargo publish. We can only publish crates that depend on other published crates.

@andygrove andygrove merged commit 9bee14e into apache:master Dec 2, 2022
@andygrove andygrove deleted the prep-15.0.0 branch December 2, 2022 16:43
@ursabot
Copy link

ursabot commented Dec 2, 2022

Benchmark runs are scheduled for baseline = 5d69fa3 and contender = 9bee14e. 9bee14e 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

@alamb
Copy link
Contributor

alamb commented Dec 2, 2022

🆗 looks good -- thanks @andygrove

richox pushed a commit to richox/arrow-datafusion that referenced this pull request Jan 5, 2023
* update version

* update versions for test-utils and parquet-test-utils

* CHANGELOG

* revert changing test-utils versions

* update Cargo.lock
richox pushed a commit to richox/arrow-datafusion that referenced this pull request Jan 5, 2023
* update version

* update versions for test-utils and parquet-test-utils

* CHANGELOG

* revert changing test-utils versions

* update Cargo.lock
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