You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/08/17 14:01:49 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #1349: HadoopTableOperations might swallow IOException when doing commit

RussellSpitzer commented on issue #1349:
URL: https://github.com/apache/iceberg/issues/1349#issuecomment-674900151


   @waterlx
   
   Just to clarify, 
   User 1 Has write and read permissions on the directory as well as unique status User2 doesn't have
   User 2 Has write and read permissions on the directory but lacks authority to read files created by User1
   
   User 1 Writes and Creates VersionHint + MetadataFile
   User 2 Writes and Creates only Metadata file because they have permissions to do so but fails to write Version Hint because this would require overwriting User1's version hint
   
   Then when reading User2 has issues because while they can read the Metadata they could never read the VersionHint from
   User1?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org