aokolnychyi commented on code in PR #8299:
URL: https://github.com/apache/iceberg/pull/8299#discussion_r1309288086


##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -81,6 +81,26 @@ public static TableMetadata newTableMetadata(
         schema, spec, sortOrder, location, unreservedProperties(properties), 
formatVersion);
   }
 
+  public static TableMetadata newTableMetadataWithDefaultProperties(

Review Comment:
   After thinking about this a bit more, I'd probably just update the existing 
method given that we modify all places we know and that's the behavior we want 
to achieve.



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