liukun4515 opened a new pull request #1819:
URL: https://github.com/apache/iceberg/pull/1819
support the expire snapshot and some mysql test
syntax:
```
CALL catalog.schema.expire_snapshots(
namespace => 'namespace_name'
table => 'table_name',
older_than => timestamp,
retain_last => number
)
The namespace/table/older_than is required.
The retain_last is optional.
```
issue: [#1597](https://github.com/apache/iceberg/issues/1597)
----------------------------------------------------------------
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]