sashapolo commented on code in PR #5191: URL: https://github.com/apache/ignite-3/pull/5191#discussion_r1946445488
########## modules/partition-replicator/build.gradle: ########## @@ -43,7 +43,13 @@ dependencies { implementation project(':ignite-low-watermark') implementation project(':ignite-workers') + testImplementation project(':ignite-table') Review Comment: it's a test-only dependency. Otherwise I would need to move `PartitionAccessImpl` here too, which brings a ton of its own dependencies, that are used in `ignite-table` and in a single test here. -- 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