This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new d9295903ab Docs: Update default format version to 2. (#9239)
d9295903ab is described below
commit d9295903abbabbbed77e12476aef62ae5260663c
Author: Yujiang Zhong <[email protected]>
AuthorDate: Thu Dec 7 21:21:35 2023 +0800
Docs: Update default format version to 2. (#9239)
---
docs/configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/configuration.md b/docs/configuration.md
index ead5c763ab..7931394f3c 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -118,7 +118,7 @@ The value of these properties are not persisted as a part
of the table metadata.
| Property | Default | Description
|
| -------------- | -------- |
------------------------------------------------------------- |
-| format-version | 1 | Table's format version (can be 1 or 2) as
defined in the [Spec](../../../spec/#format-versioning). |
+| format-version | 2 | Table's format version (can be 1 or 2) as
defined in the [Spec](../../../spec/#format-versioning). Defaults to 2 since
version 1.4.0. |
### Compatibility flags