vlovich opened a new pull request, #460:
URL: https://github.com/apache/arrow-rs-object-store/pull/460

   Android doesn't support hard_link so provide an alternate path for 
performing the requested operation.
   
   # Which issue does this PR close?
   
   Closes #459.
   
   # Rationale for this change
    
   On Android hard links are not allowed. However, there are alternate ways to 
express atomicity of the same operations - we use OpenOptions::create_new 
instead to guarantee the target exists or not before clobbering it.
   
   # What changes are included in this PR?
   
   LocalFilesystem put/copy/copy_if_not_exists alternatives for Android that 
don't use hard_link.
   
   # Are there any user-facing changes?
   
   No.


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

Reply via email to