ajantha-bhat commented on code in PR #8502: URL: https://github.com/apache/iceberg/pull/8502#discussion_r1427920868
########## core/src/main/java/org/apache/iceberg/TableMetadata.java: ########## @@ -946,15 +955,25 @@ private Builder(TableMetadata base) { this.previousFileLocation = base.metadataFileLocation; this.previousFiles = base.previousFiles; this.refs = Maps.newHashMap(base.refs); - this.statisticsFiles = Review Comment: Currently one stats file per snapshot. But I think in future it may track multiple files too. I followed the same pattern as existing puffin files. I want to keep the interfaces consistent. -- 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