File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Iceberg tables support table properties to configure table behavior.
75
75
| Key | Options | Default | Description |
76
76
| ------------------------------------ | ------------------- | ------------- | ----------------------------------------------------------- |
77
77
| ` 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 |
79
79
| ` commit.manifest-merge.enabled ` | Boolean | False | Controls whether to automatically merge manifests on writes |
80
80
81
81
<!-- prettier-ignore-start -->
You can’t perform that action at this time.
0 commit comments