nastra commented on code in PR #11620: URL: https://github.com/apache/iceberg/pull/11620#discussion_r1872737219
########## core/src/main/java/org/apache/iceberg/SerializableTable.java: ########## @@ -62,13 +62,14 @@ public class SerializableTable implements Table, HasTableOperations, Serializabl private final FileIO io; private final EncryptionManager encryption; private final Map<String, SnapshotRef> refs; + private final UUID uuid; + private final int formatVersion; private transient volatile LocationProvider lazyLocationProvider = null; private transient volatile Table lazyTable = null; private transient volatile Schema lazySchema = null; private transient volatile Map<Integer, PartitionSpec> lazySpecs = null; private transient volatile SortOrder lazySortOrder = null; - private final UUID uuid; Review Comment: moving this up to the other final fields -- 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