twuebi commented on code in PR #571:
URL: https://github.com/apache/iceberg-go/pull/571#discussion_r2370225376
##########
table/metadata_internal_test.go:
##########
@@ -911,6 +904,8 @@ func TestMetadataV2Validation(t *testing.T) {
"schemas": [{"type":"struct","schema-id":0,"fields":[]}],
"partition-specs": [{"spec-id": 0, "fields": []}],
"properties": {},
+ "default-sort-order-id": 0,
+ "sort-orders": [{"order-id": 0, "fields": []}],
Review Comment:
spec has them as required for version >1, rust also has them as required,
didn't check java
--
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]