mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-29 11:20:38 +00:00
refactor: Bump opendal to 0.51.1 (#5354)
* refactor: Bump opendal to 0.51.1 Signed-off-by: Xuanwo <github@xuanwo.io> * Ignore dirs from cache Signed-off-by: Xuanwo <github@xuanwo.io> * Reduce extra alloc Signed-off-by: Xuanwo <github@xuanwo.io> --------- Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
@@ -189,7 +189,7 @@ impl StateStore for ObjectStateStore {
|
||||
|
||||
async fn batch_delete(&self, keys: &[String]) -> Result<()> {
|
||||
self.store
|
||||
.remove(keys.to_vec())
|
||||
.delete_iter(keys.iter().map(String::as_str))
|
||||
.await
|
||||
.with_context(|_| DeleteStateSnafu {
|
||||
key: format!("{:?}", keys),
|
||||
|
||||
Reference in New Issue
Block a user