dramaticlly opened a new pull request, #12885:
URL: https://github.com/apache/iceberg/pull/12885

   Allow rewrite table path to use snapshot id to filter both 
   1. `added_snapshot_id` in ManifestFile 
   1. `snapshot_id` in ManifestEntry 
   
   This PR help add 2nd filter, this help avoid repeated copy of same data 
files when manifest rewrite happens in between incremental copy. Manifest 
rewrite will only change added snapshot id for manifest, but data files remain 
the same and it shall not be copied over repeatedly.
   
   If you can help take a look @flyrain @szehon-ho 


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to