lcspinter commented on pull request #1559:
URL: https://github.com/apache/iceberg/pull/1559#issuecomment-708324183


   @rdblue According to the Filesystem rename API doc
   Local FileSystem : the rename succeeds; the destination file is replaced by 
the source file.
   HDFS : The rename fails, no exception is raised. Instead the method call 
simply returns false.
   
   What if I try the rename with overwrite, and if it returns false I fallback 
to delete and rename? What do you think?


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

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