sk0x50 commented on code in PR #5276: URL: https://github.com/apache/ignite-3/pull/5276#discussion_r1981191352
########## modules/index/src/test/java/org/apache/ignite/internal/index/IndexBuildControllerTest.java: ########## @@ -372,12 +356,20 @@ private int tableId(String tableName) { return getTableIdStrict(catalogManager, tableName, clock.nowLong()); } + private int zoneId() { + return getZoneIdStrict(catalogManager, TABLE_NAME, clock.nowLong()); Review Comment: Renamed. -- 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