Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
Impala 4.1.0
-
ghx-label-12
Description
We want to support the following table maintenance features:
ALTER TABLE test_table EXECUTE expire_snapshots("older_than", <timestamp-expr>); ALTER TABLE test_table EXECUTE expire_snapshots("retain_last", <integer-literal>); ALTER TABLE test_table EXECUTE expire_snapshots("snapshot_id", <integer-literal>);
They would invoke the corresponding Iceberg APIs, see:
https://github.com/apache/iceberg/blob/master/api/src/main/java/org/apache/iceberg/actions/ExpireSnapshots.java
Attachments
Issue Links
- is duplicated by
-
IMPALA-11347 Iceberg expire snapshot functionality
- Closed