IcebergTableMaintainer expireSnapshots keep one snapshot #2774
Closed
lurnagao-dahua
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi, Method I'm not sure if you're asking want to support retaining more snapshots when expiration time is configured. references: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, expireSnapshots iceberg table in IcebergTableMaintainer.
table .expireSnapshots() .retainLast(1) .expireOlderThan(olderThan)
Why only keep one snapshot and not support configurable?
Beta Was this translation helpful? Give feedback.
All reactions