adamreeve commented on PR #643:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/643#issuecomment-4096174738

   > Users who want that behavior can already call `fsync` when the write 
returns. An option (defaulting to false) would make sense for convenience
   
   Is this true? You need a `File` to call fsync on, and you can't call fsync 
after the file is closed. The `ObjectStore` trait doesn't expose a way to get 
the file after a write as far as I can tell.
   
   > I think it be best put in a layer higher up in the call stack (whatever is 
calling / orchestrating this higher level transaction using the `object_store` 
crate)
   
   For the same reason as above, I don't think this is really feasible.
   
   


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