You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ja...@apache.org on 2022/12/16 00:37:32 UTC

[iceberg] branch master updated: Docs: Update table snapshot retention property descriptions to explicitly mention that it is a default for all the table's branches. (#6152)

This is an automated email from the ASF dual-hosted git repository.

jackye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 5851eb329d Docs: Update table snapshot retention property descriptions to explicitly mention that it is a default for all the table's branches. (#6152)
5851eb329d is described below

commit 5851eb329df74c2b509e9cabf13660ed4331b581
Author: Amogh Jahagirdar <ja...@amazon.com>
AuthorDate: Thu Dec 15 16:37:27 2022 -0800

    Docs: Update table snapshot retention property descriptions to explicitly mention that it is a default for all the table's branches. (#6152)
---
 docs/configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 17c07c14e7..0cdcc0ac95 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -104,8 +104,8 @@ Iceberg tables support table properties to configure table behavior, like the de
 | commit.manifest.target-size-bytes  | 8388608 (8 MB)   | Target size when merging manifest files                       |
 | commit.manifest.min-count-to-merge | 100              | Minimum number of manifests to accumulate before merging      |
 | commit.manifest-merge.enabled      | true             | Controls whether to automatically merge manifests on writes   |
-| history.expire.max-snapshot-age-ms | 432000000 (5 days) | Default max age of snapshots to keep while expiring snapshots    |
-| history.expire.min-snapshots-to-keep | 1                | Default min number of snapshots to keep while expiring snapshots |
+| history.expire.max-snapshot-age-ms | 432000000 (5 days) | Default max age of snapshots to keep on the table and all of its branches while expiring snapshots |
+| history.expire.min-snapshots-to-keep | 1                | Default min number of snapshots to keep on the table and all of its branches while expiring snapshots |
 | history.expire.max-ref-age-ms      | `Long.MAX_VALUE` (forever) | For snapshot references except the `main` branch, default max age of snapshot references to keep while expiring snapshots. The `main` branch never expires. |
 
 ### Reserved table properties