From e84d52df1fda5b6e58a241c58d59f8129607523f Mon Sep 17 00:00:00 2001 From: Thomas Dos Santos Date: Wed, 18 Jun 2025 15:26:32 +0200 Subject: [PATCH] Docs: fix manifest min count to merge description --- mkdocs/docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/configuration.md b/mkdocs/docs/configuration.md index 4cc38db5dc..3037e0f5a2 100644 --- a/mkdocs/docs/configuration.md +++ b/mkdocs/docs/configuration.md @@ -75,7 +75,7 @@ Iceberg tables support table properties to configure table behavior. | Key | Options | Default | Description | | ------------------------------------ | ------------------- | ------------- | ----------------------------------------------------------- | | `commit.manifest.target-size-bytes` | Size in bytes | 8388608 (8MB) | Target size when merging manifest files | -| `commit.manifest.min-count-to-merge` | Number of manifests | 100 | Target size when merging manifest files | +| `commit.manifest.min-count-to-merge` | Number of manifests | 100 | Minimum number of manifests to accumulate before merging | | `commit.manifest-merge.enabled` | Boolean | False | Controls whether to automatically merge manifests on writes |