vlovich commented on PR #460: URL: https://github.com/apache/arrow-rs-object-store/pull/460#issuecomment-3160876822
Found a more elegant solution using renameat2 for put / copy_if_not_exists and for copy we just use std::fs::copy to the staged path to create the temporary (this is efficient because under the hood it's a copy_file_range, not an actual copy). -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org