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