Xuanwo commented on code in PR #4477:
URL: https://github.com/apache/opendal/pull/4477#discussion_r1563634027


##########
core/src/services/dbfs/writer.rs:
##########
@@ -50,7 +49,9 @@ impl oio::OneShotWrite for DbfsWriter {
             ));
         }
 
-        let req = self.core.dbfs_create_file_request(&self.path, bs)?;
+        let req = self
+            .core
+            .dbfs_create_file_request(&self.path, bs.to_bytes())?;

Review Comment:
   Tracked at https://github.com/apache/opendal/issues/4483



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