Cyrill commented on code in PR #6185: URL: https://github.com/apache/ignite-3/pull/6185#discussion_r2184550053
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/disaster/TableState.java: ########## @@ -24,21 +24,18 @@ */ public class TableState { - public final int schemaId; - public final int tableId; + private final int tableId; Review Comment: Would be nice to change LocalPartitionState and GlobalPartitionState as well -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org