rdblue commented on a change in pull request #263: [WIP] Make metrics 
collection configurable via table properties
URL: https://github.com/apache/incubator-iceberg/pull/263#discussion_r300847187
 
 

 ##########
 File path: site/docs/configuration.md
 ##########
 @@ -22,7 +22,8 @@ Iceberg tables support table properties to configure table 
behavior, like the de
 | write.parquet.dict-size-bytes      | 2097152 (2 MB)     | Parquet dictionary 
page size                       |
 | write.parquet.compression-codec    | gzip               | Parquet 
compression codec                          |
 | write.avro.compression-codec       | gzip               | Avro compression 
codec                             |
-
+| write.metadata.metrics.default     | full               | Default metrics 
mode for all columns in the table; none, counts or full |
+| write.metadata.metrics.column.col1 | (not set)          | Metrics mode for 
column 'col1' to allow per-column tuning; none, counts or full |
 
 Review comment:
   Nit: I like using a serial comma.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to