tkalkirill commented on code in PR #2500: URL: https://github.com/apache/ignite-3/pull/2500#discussion_r1319454539
########## modules/runner/src/integrationTest/java/org/apache/ignite/internal/schemasync/ItSchemaSyncAndReplicationTest.java: ########## @@ -166,7 +167,8 @@ private static boolean solePartitionIsEmpty(IgniteImpl node) { } private static MvPartitionStorage solePartitionStorage(IgniteImpl node) { - TableImpl table = (TableImpl) node.tables().table(TABLE_NAME); + // We use this api because there is no waiting for schemas to sync. Review Comment: There is no workaround, we need to use the API to get the table without schema sync. I just added a comment why I use this api. -- 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