aokolnychyi commented on a change in pull request #263: Make metrics collection configurable via table properties URL: https://github.com/apache/incubator-iceberg/pull/263#discussion_r303294980
########## 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 | truncate(16) | Default metrics mode for all columns in the table; none, counts, truncate(lengthInBytes), or full | Review comment: I guess I misinterpreted the property name `WRITE_METADATA_TRUNCATE_BYTES`. ---------------------------------------------------------------- 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]
