ajantha-bhat commented on code in PR #6267: URL: https://github.com/apache/iceberg/pull/6267#discussion_r1038756561
########## core/src/main/java/org/apache/iceberg/TableMetadata.java: ########## @@ -823,7 +860,7 @@ public static class Builder { private long currentSnapshotId; private List<Snapshot> snapshots; private final Map<String, SnapshotRef> refs; - private final Map<Long, List<StatisticsFile>> statisticsFiles; + private final Map<Long, List<StatisticsFile>> statisticsFilesById; Review Comment: I thought better to rename this similar to `snapshotsById` -- 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