pvary commented on issue #10907:
URL: https://github.com/apache/iceberg/issues/10907#issuecomment-2283142853

   > #### `rewrite_manifests`
   > Unlike data files, `rewrite_manifests` will replace old ones.
   
   Actually, this procedure also just creates a new snapshot and keeps the old 
metadata files for the original snapshot. If you want to remove the old 
metadata files, you have to run the ExpireSnapshots procedure.
   
   As you are using Flink to write data to an Iceberg table, you might want to 
follow https://github.com/orgs/apache/projects/358.  This ongoing project aims 
to provide a Flink-specific solution for the problems mentioned above.


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