jackye1995 commented on a change in pull request #3425:
URL: https://github.com/apache/iceberg/pull/3425#discussion_r758792914
##########
File path: site/docs/configuration.md
##########
@@ -70,6 +70,7 @@ Iceberg tables support table properties to configure table
behavior, like the de
| 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-ref-age-ms | forever | For snapshot
references except the `main` branch, default max age of snapshot references to
keep while expiring snapshots. The `main` branch never expires. |
Review comment:
Because this will be used as the default if the value is not set in ref,
I am making it `Long.MAX_VALUE` to avoid an additional null check.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]