sk0x50 commented on code in PR #5198: URL: https://github.com/apache/ignite-3/pull/5198#discussion_r1950364328
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/PartitionScanPublisher.java: ########## @@ -85,6 +86,11 @@ public void subscribe(Subscriber<? super T> subscriber) { */ protected abstract CompletableFuture<Void> onClose(boolean intentionallyClose, long scanId, @Nullable Throwable th); + @TestOnly + public long scanId(Subscription subscription) { Review Comment: Probably, it makes sense to mention that this new method can be removed when the colocation track is implemented. -- 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