xtern commented on code in PR #6220: URL: https://github.com/apache/ignite-3/pull/6220#discussion_r2196799061
########## modules/catalog-compaction/src/integrationTest/java/org/apache/ignite/internal/catalog/compaction/ItCatalogCompactionTest.java: ########## @@ -243,6 +243,27 @@ public void testCompactionRun() { expectEarliestCatalogVersion(catalogVersion3 - 1); } + @Test + void droppedZoneCompacted() { + String ZONE_NAME = "zone1"; + String TABLE_NAME = "table1"; Review Comment: variable naming violates checkstyle ```suggestion String zoneName = "zone1"; String tableName = "table1"; ``` -- 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