ajantha-bhat commented on code in PR #9231:
URL: https://github.com/apache/iceberg/pull/9231#discussion_r1417117291


##########
docs/configuration.md:
##########
@@ -111,6 +111,7 @@ Iceberg tables support table properties to configure table 
behavior, like the de
 | 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. |
+| gc.enabled                         | true             | Property to disable 
garbage collection operations such as expiring snapshots or remove orphan files 
|

Review Comment:
   should be "expire" snapshots or "removing" orphan files.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to