nastra commented on code in PR #9819:
URL: https://github.com/apache/iceberg/pull/9819#discussion_r1507433884


##########
docs/docs/configuration.md:
##########
@@ -122,16 +122,16 @@ The value of these properties are not persisted as a part 
of the table metadata.
 
 Iceberg catalogs support using catalog properties to configure catalog 
behaviors. Here is a list of commonly used catalog properties:
 
-| Property                          | Default            | Description         
                                   |
-| --------------------------------- | ------------------ | 
------------------------------------------------------ |
-| catalog-impl                      | null               | a custom `Catalog` 
implementation to use by an engine  |
-| io-impl                           | null               | a custom `FileIO` 
implementation to use in a catalog   |
-| 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               | 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) section for additional details |
+| Property                          | Default            | Description         
                                                                                
                                          |

Review Comment:
   it will be displayed correctly on the website, but it adds lots of visual 
noise for reviewing, so I'd not adjust the whitespace



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