sanpwc commented on code in PR #6813:
URL: https://github.com/apache/ignite-3/pull/6813#discussion_r2444734531
##########
modules/table/src/main/java/org/apache/ignite/internal/table/InternalTable.java:
##########
@@ -173,7 +173,8 @@ default CompletableFuture<List<BinaryRow>> getAll(
* @param readTimestamp Read timestamp.
* @param transactionId Transaction ID (might be {@code null}).
* @param coordinatorId Ephemeral ID of the transaction coordinator.
- * @param recipientNode Cluster node that will handle given get request.
+ * @param recipientNode Cluster node that will handle given get request.
In case if given node is {@code null} then for each partition
Review Comment:
given get**All** request.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]