zeroshade commented on code in PR #245:
URL: https://github.com/apache/iceberg-go/pull/245#discussion_r1911296722
##########
table/metadata_internal_test.go:
##########
@@ -491,3 +491,118 @@ func TestV1WriteMetadataToV2(t *testing.T) {
assert.NotContains(t, rawData, "schema")
assert.NotContains(t, rawData, "partition-spec")
}
+
+func TestNewMetadataWithExplicitV1Format(t *testing.T) {
Review Comment:
that's tested and validated in the `schema_test.go` file that specifically
tests the AssignFreshIDs function :)
--
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]