0lai0 commented on code in PR #6870:
URL: https://github.com/apache/opendal/pull/6870#discussion_r2601521979


##########
core/core/src/raw/oio/write/api.rs:
##########
@@ -43,7 +43,10 @@ pub trait Write: Unpin + Send + Sync {
 
 impl Write for () {
     async fn write(&mut self, _: Buffer) -> Result<()> {
-        unimplemented!("write is required to be implemented for oio::Write")
+        Err(Error::new(

Review Comment:
   Sure, thanks for head up.



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