cccs-jc opened a new issue #1931:
URL: https://github.com/apache/iceberg/issues/1931
I ran this command to remove snapshots
table.expireSnapshots().expireOlderThan(tsToExpire).commit()
I can see that the snapshot are removed from
spark.table('iceberg.test.table1.snapshots').show()
however when I go on the blob file system there are a lot of snap-*.avro
files in the table1/metadata folder
is there a way to remove unused snapshot files?
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]