Xuanwo commented on code in PR #2719:
URL:
https://github.com/apache/incubator-opendal/pull/2719#discussion_r1275062230
##########
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:
It's acceptable to raise an issue to track a failure case, fix it at a later
time, and remove it for the time being.
--
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]