bokket opened a new pull request, #3763:
URL: https://github.com/apache/incubator-opendal/pull/3763

   fix #3724
   This is my first time writing a rust.
   Due to the fact that the built-in write function of the `Accessor` cannot 
implement `atomic_write_dir` method, therefore, cannot implement `async move` 
in 
[write.rs](https://github.com/apache/incubator-opendal/blob/main/core/src/services/fs/writer.rs#L77)
 like `fs` to obtain ownership of the pointed variable, causing the lifecycle 
to exceed the current scope. At the same time, due to variable limitations, 
`std:: mem:: replace()` cannot be used. When I tried the first method but 
failed, I was curious if `HdfsBackend` could implement `train [clone]`.The 
compiler has always complained to me.​
   
   CC @Xuanwo 


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