This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 969d4ee60f Docs: Clarify table property on metrics for inferred column
defaults (#9865)
969d4ee60f is described below
commit 969d4ee60f8196d10758d03680bc0157b9d61fa8
Author: Hongyue/Steve Zhang <[email protected]>
AuthorDate: Thu Mar 14 03:18:09 2024 -0700
Docs: Clarify table property on metrics for inferred column defaults (#9865)
---
docs/docs/configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/configuration.md b/docs/docs/configuration.md
index 54d01bb3d3..d5e33529c0 100644
--- a/docs/docs/configuration.md
+++ b/docs/docs/configuration.md
@@ -61,7 +61,7 @@ Iceberg tables support table properties to configure table
behavior, like the de
| write.orc.bloom.filter.fpp | 0.05
| False positive probability for Bloom filter (must > 0.0 and < 1.0)
|
| write.location-provider.impl | null
| Optional custom implementation for LocationProvider
|
| write.metadata.compression-codec | none
| Metadata compression codec; none or gzip
|
-| write.metadata.metrics.max-inferred-column-defaults | 100
| Defines the maximum number of columns for which metrics are collected
|
+| write.metadata.metrics.max-inferred-column-defaults | 100
| Defines the maximum number of top level columns for which metrics are
collected. Number of stored metrics can be higher than this limit for a table
with nested fields |
| write.metadata.metrics.default | truncate(16)
| Default metrics mode for all columns in the table; none, counts,
truncate(length), or full
|
| write.metadata.metrics.column.col1 | (not set)
| Metrics mode for column 'col1' to allow per-column tuning; none,
counts, truncate(length), or full
|
| write.target-file-size-bytes | 536870912 (512 MB)
| Controls the size of files generated to target about this many bytes
|