G-XD commented on code in PR #2719:
URL:
https://github.com/apache/incubator-opendal/pull/2719#discussion_r1274998173
##########
core/src/services/etcd/backend.rs:
##########
@@ -303,22 +302,6 @@ impl kv::Adapter for Adapter {
let _ = client.delete(p, None).await?;
Ok(())
}
-
- async fn scan(&self, path: &str) -> Result<Vec<String>> {
Review Comment:
Because the integration test could not pass. I tried to fix it but failed,
can you give me some suggestions?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]