Skip to content

Commit e84d52d

Browse files
committed
Docs: fix manifest min count to merge description
1 parent 483d947 commit e84d52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs/docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Iceberg tables support table properties to configure table behavior.
7575
| Key | Options | Default | Description |
7676
| ------------------------------------ | ------------------- | ------------- | ----------------------------------------------------------- |
7777
| `commit.manifest.target-size-bytes` | Size in bytes | 8388608 (8MB) | Target size when merging manifest files |
78-
| `commit.manifest.min-count-to-merge` | Number of manifests | 100 | Target size when merging manifest files |
78+
| `commit.manifest.min-count-to-merge` | Number of manifests | 100 | Minimum number of manifests to accumulate before merging |
7979
| `commit.manifest-merge.enabled` | Boolean | False | Controls whether to automatically merge manifests on writes |
8080

8181
<!-- prettier-ignore-start -->

0 commit comments

Comments
 (0)