This is an automated email from the ASF dual-hosted git repository.

kevinjqliu 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 b81ddb6c5f Update docs to refer to table format-version in spec 
definition (#14410)
b81ddb6c5f is described below

commit b81ddb6c5f0a27e6df5b94be308b512121d044b6
Author: Marc Cenac <[email protected]>
AuthorDate: Mon Nov 10 12:48:38 2025 -0600

    Update docs to refer to table format-version in spec definition (#14410)
    
    
    
    ---------
    
    Co-authored-by: Kevin Liu <[email protected]>
---
 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 974ccc0888..b97608e109 100644
--- a/docs/docs/configuration.md
+++ b/docs/docs/configuration.md
@@ -115,7 +115,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 (can be 1 or 2) as 
defined in the [Spec](../../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
 

Reply via email to