vlovich commented on PR #460: URL: https://github.com/apache/arrow-rs-object-store/pull/460#issuecomment-3161092622
I've addressed the comment by switching the implementation to use renameat2 with the `RENAME_NOREPLACE`. copy_if_not_exists required a little bit more complicated implementation since it has to go through a staging file & do it in a loop so that it had something to rename, so I made separate implementation android / not android implementations. I believe this addresses all the comments and gets this working on Android? -- 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