kevinjqliu commented on code in PR #14495:
URL: https://github.com/apache/iceberg/pull/14495#discussion_r2488358700


##########
format/spec.md:
##########
@@ -923,7 +923,7 @@ Table metadata consists of the following fields:
 
 | v1         | v2         | v3         | Field                       | 
Description                                                                     
                                                                                
                                                                                
                                                                                
                                                                 |
 | ---------- | ---------- 
|------------|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| _required_ | _required_ | _required_ | **`format-version`**        | An 
integer version number for the format. Currently, this can be 1 or 2 based on 
the spec. Implementations must throw an exception if a table's version is 
higher than the supported version.                                              
                                                                                
                                                                      |
+| _required_ | _required_ | _required_ | **`format-version`**        | An 
integer version number for the format. Currently, this can be 1, 2 or 3 based 
on the spec. Implementations must throw an exception if a table's version is 
higher than the supported version.                                              
                                                                                
                                                                      |

Review Comment:
   nit maybe we can take out the entire sentence, since there's already a 
section for format version
   https://iceberg.apache.org/spec/#format-versioning
   
   ```suggestion
   | _required_ | _required_ | _required_ | **`format-version`**        | An 
integer version number for the format. Implementations must throw an exception 
if a table's version is higher than the supported version.                      
                                                                                
                                                                                
              |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to