davseitsev commented on code in PR #12892:
URL: https://github.com/apache/iceberg/pull/12892#discussion_r2956711209


##########
docs/docs/configuration.md:
##########
@@ -147,6 +147,7 @@ Iceberg catalogs support using catalog properties to 
configure catalog behaviors
 | cache-enabled                     | true               | Whether to cache 
catalog entries |
 | cache.expiration-interval-ms      | 30000              | How long catalog 
entries are locally cached, in milliseconds; 0 disables caching, negative 
values disable expiration |
 | metrics-reporter-impl | org.apache.iceberg.metrics.LoggingMetricsReporter | 
Custom `MetricsReporter` implementation to use in a catalog. See the [Metrics 
reporting](metrics-reporting.md) section for additional details |
+| unique-table-location             | false              | Whether to give 
each new table a unique storage path. Only for catalogs that support table 
renaming |

Review Comment:
   It doesn't have to, but it's relevant (implemented) only to those catalogs. 
This is just the way to specify scope of the config without listing all the 
supported catalogs.



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