Li0k commented on PR #1856:
URL: https://github.com/apache/iceberg-rust/pull/1856#issuecomment-3541718234

   > Hi, I'm a bit confused about this PR. What does it mean that "AZDLS has 
specific requirements for write operations that necessitate enabling append 
mode"? We can't write azdls with the native block API?
   
   If I understand correctly, azfile constructs different writers based on the 
append flag. Repeatedly calling write on OneShotWriter will cause a panic, 
which is the issue we are encountering.
   
   
https://github.com/apache/opendal/blob/9746efca6aaa95776d467e7e5e88c5ec93dfd00d/core/src/services/azfile/backend.rs#L328


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to