This is an automated email from the ASF dual-hosted git repository. mauzhang pushed a commit to branch revert-14771-patch-1 in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 0d3d7c0357baa964d64e672f5ff14ab22d4ca95d Author: Manu Zhang <[email protected]> AuthorDate: Sat Dec 6 20:46:48 2025 +0800 Revert "Update configuration.md (#14771)" This reverts commit 1c024d7c4e66a0654118d30d04a0d9c0c5ab4de3. --- 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 71498f4f57..3f730a4f4c 100644 --- a/docs/docs/configuration.md +++ b/docs/docs/configuration.md @@ -125,7 +125,7 @@ The value of these properties are not persisted as a part of the table metadata. | Property | Default | Description | | -------------- | -------- |--------------------------------------------------------------------------------------------------------------------------------------| -| format-version | 2 | Table's format version as defined in the [Spec](../../format/spec.md#format-versioning). Defaults to 2 since version 1.4.0. | +| format-version | 2 | Table's format version as defined in the [Spec](../../spec.md#format-versioning). Defaults to 2 since version 1.4.0. | ### Compatibility flags
