jshmchenxi commented on a change in pull request #2659:
URL: https://github.com/apache/iceberg/pull/2659#discussion_r645947866
##########
File path: site/docs/configuration.md
##########
@@ -84,7 +84,7 @@ 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 | false | cache catalog, only
works for Spark |
Review comment:
There is also a `cache-enabled` option in
[FlinkCatalogFactory](https://github.com/apache/iceberg/blob/master/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java#L129).
I have created a PR about this: #2648
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]