-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Use newer Scylla driver crate version #3772
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4c88f1a
to
986934c
Compare
01d84ec
to
251817b
Compare
986934c
to
8cd10f5
Compare
251817b
to
82dc328
Compare
8cd10f5
to
107c007
Compare
82dc328
to
2b12d42
Compare
107c007
to
d738461
Compare
2b12d42
to
562d007
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.
Looks good to me, but @MathieuDutSik should take a look, too.
@@ -694,15 +711,15 @@ impl AdminKeyValueStore for ScyllaDbStoreInternal { | |||
Ok(result) => result, | |||
Err(error) => { | |||
let invalid_or_not_found = match &error { |
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 guess this really means "invalid because [keyspace] not found"?)
562d007
to
7c6bdc0
Compare
d738461
to
46d022f
Compare
46d022f
to
4600bd7
Compare
7c6bdc0
to
cf8f4ee
Compare
4600bd7
to
a1a65b3
Compare
cf8f4ee
to
01d34f3
Compare
985168a
to
a1a363c
Compare
250d3a4
to
9a220d5
Compare
a1a363c
to
d5ae3b5
Compare
eb55bf3
to
f1806fc
Compare
d5ae3b5
to
bae30f4
Compare
f1806fc
to
4958525
Compare
d43ea8d
to
a0cd559
Compare
1a3b61d
to
82575aa
Compare
a0cd559
to
5c2b528
Compare
82575aa
to
fa75aac
Compare
174664b
to
737a670
Compare
fa75aac
to
fc6a82b
Compare
737a670
to
bb98c23
Compare
fc6a82b
to
5e22d5f
Compare
5e22d5f
to
702c443
Compare
702c443
to
7435a15
Compare
7435a15
to
f746014
Compare
Motivation
Same as #3789, the rust driver crate also needs to be updated
Proposal
Update crate and make things compile
Test Plan
CI + will deploy a network with this
Release Plan