vldpyatkov commented on code in PR #1165: URL: https://github.com/apache/ignite-3/pull/1165#discussion_r991085577
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replication/request/ScanRetrieveBatchReplicaRequest.java: ########## @@ -33,11 +34,52 @@ public interface ScanRetrieveBatchReplicaRequest extends ReplicaRequest { long scanId(); /** - * Gets a scan row filter. The filter has a sense only for the first request, for the second one and the followings the field is - * ignored. + * Gets an index to use fot the retrieve request. * - * @return Row filter predicate. + * @return Index id. */ @Marshallable - Predicate<BinaryRow> rowFilter(); + UUID indexToUse(); + + /** + * Gets a key which is used for exact comparison in the index. Review Comment: Ok, I used these. -- 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