ajantha-bhat commented on issue #4161:
URL: https://github.com/apache/iceberg/issues/4161#issuecomment-1046041862


   > the 
expire_snapshots->rewrite_data_files->rewrite_manifests->remove_orphan_files of 
processing in a transaction is it correct?
   
   regarding the order I guess `expire_snapshots` should be called after 
`rewrite_data_files` files to clean up old data files which are compacted into 
the new files.
   
   No need to call  `remove_orphan_files` every time (as having orphan files is 
rare scenario) 
   
   And regarding the error on `rewrite_manifests`, 
   a. Is it a sequential operation or concurrent with other operations here?
   b. Is this problem only for table in hadoop catalog ?


-- 
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: [email protected]

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