Skip to content

Commit ccdb9b7

Browse files
Docs: fix manifest min count to merge description (#2116)
# Rationale for this change Fixing docs for [commit.manifest.min-count-to-merge](https://py.iceberg.apache.org/configuration/#table-behavior-options) py iceberg doc according to https://iceberg.apache.org/docs/1.5.2/configuration/#table-behavior-properties # Are these changes tested? Nope, but just fixing typo :) # Are there any user-facing changes? Nope <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 483d947 commit ccdb9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)