-
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
Update to Arrow 12.0.0, update tonic and prost #2253
Conversation
@@ -0,0 +1,39 @@ | |||
# Licensed to the Apache Software Foundation (ASF) under one |
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.
This was copied from arrow-rs , from apache/arrow-rs#1510
By the way how about upgrading etcd-client #2160 in the ticket😂. |
Good idea -- will add |
Updates the requirements on [etcd-client](https://github.com/etcdv3/etcd-client) to permit the latest version. - [Release notes](https://github.com/etcdv3/etcd-client/releases) - [Commits](etcdv3/etcd-client@0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: etcd-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
4747c63
to
ffd84bb
Compare
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.
LGTM
Thanks @xudong963 ! |
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.
Let's merge this. Thanks @alamb!
Thanks @yjshen |
Can drop this after rebase on commit 7548e96 "Update to Arrow 12.0.0, update tonic and prost (apache#2253)", first released in 8.0.0
Can drop this after rebase on commit 7548e96 "Update to Arrow 12.0.0, update tonic and prost (apache#2253)", first released in 8.0.0
Can drop this after rebase on commit 7548e96 "Update to Arrow 12.0.0, update tonic and prost (apache#2253)", first released in 8.0.0
Can drop this after rebase on commit 7548e96 "Update to Arrow 12.0.0, update tonic and prost (apache#2253)", first released in 8.0.0
This updates datafusion / ballista to use arrow 12.0.0, including upgrades to tonic / prost dependencies
Draft until arrow 12 is officially released
Also closes #2160 as it updates etcd client