Fokko commented on code in PR #12644:
URL: https://github.com/apache/iceberg/pull/12644#discussion_r2047342567


##########
format/spec.md:
##########
@@ -1453,13 +1457,15 @@ Each sort field in the fields list is stored as an 
object with the following pro
 
 | V1       | V2       | V3       | Field            | JSON representation | 
Example     |
 
|----------|----------|----------|------------------|---------------------|-------------|
-| required | required | required | **`transform`**  | `JSON string`       | 
`bucket[4]` |
-| required | required | omitted  | **`source-id`**  | `JSON int`          | 1  
         |
+| required | required | optional | **`transform`**  | `JSON string`       | 
`bucket[4]` |
+| required | required | optional | **`source-id`**  | `JSON int`          | 1  
         |
 |          |          | required | **`source-ids`** | `JSON list of ints` | 
`[1,2]`     |

Review Comment:
   ```suggestion
   | required | required | required | **`transform`**  | `JSON string`       | 
`bucket[4]` |
   | required | required | optional | **`source-id`**  | `JSON int`          | 
1           |
   |          |          | optional | **`source-ids`** | `JSON list of ints` | 
`[1,2]`     |
   ```



-- 
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