rdblue commented on a change in pull request #4119:
URL: https://github.com/apache/iceberg/pull/4119#discussion_r808517260



##########
File path: docs/versioned/tables/configuration.md
##########
@@ -102,6 +122,9 @@ Iceberg catalogs support using catalog properties to 
configure catalog behaviors
 | warehouse                         | null               | the root path of 
the data warehouse                    |
 | uri                               | null               | a URI string, such 
as Hive metastore URI               |
 | clients                           | 2                  | client pool size    
                                   |
+| cache-enabled                     | true               | Controls whether 
the catalog will cache table entries upon load. |
+| cache.expiration-interval-ms      | 30000              | Controls the 
duration for which entries in the catalog are cached. |

Review comment:
       I think "entries" should be "tables".




-- 
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]

Reply via email to