-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
@@ -24,6 +24,6 @@ edition = "2021" | |||
|
|||
[dependencies] | |||
arrow = { version = "28.0.0", features = ["prettyprint"] } | |||
datafusion-common = { path = "../datafusion/common", version = "14.0.0" } |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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" } |
There was a problem hiding this comment.
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.
@avantgardnerio the version numbers are required by |
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. |
🆗 looks good -- thanks @andygrove |
* update version * update versions for test-utils and parquet-test-utils * CHANGELOG * revert changing test-utils versions * update Cargo.lock
* update version * update versions for test-utils and parquet-test-utils * CHANGELOG * revert changing test-utils versions * update Cargo.lock
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?