Lzzzzzt commented on code in PR #4883:
URL: https://github.com/apache/opendal/pull/4883#discussion_r1675431313


##########
core/src/layers/complete.rs:
##########
@@ -380,13 +380,14 @@ impl<A: Access> LayeredAccess for CompleteAccessor<A> {
         &self.inner
     }
 
-    fn metadata(&self) -> AccessorInfo {
-        let mut meta = self.meta.clone();
+    // Todo: May move the logic to the implement of Layer::layer of 
CompleteAccessor<A>

Review Comment:
   I think the issue can be create after this refactor is done, because this 
may related to the 
https://github.com/apache/opendal/issues/4845#issuecomment-2224641607



-- 
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]

Reply via email to