XBaith commented on code in PR #12497: URL: https://github.com/apache/iceberg/pull/12497#discussion_r1994571112
########## api/src/main/java/org/apache/iceberg/variants/VariantMetadata.java: ########## @@ -54,6 +54,10 @@ static VariantMetadata from(ByteBuffer buffer) { return SerializedMetadata.from(buffer); } + static VariantMetadata empty() { + return SerializedMetadata.EMPTY_V1_METADATA; + } Review Comment: Sure, I implement a default one -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org