ascherbakoff commented on code in PR #2720:
URL: https://github.com/apache/ignite-3/pull/2720#discussion_r1421718395
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -2118,10 +2123,10 @@ private CompletableFuture<List<BinaryRow>>
processReadOnlyDirectMultiEntryAction
*/
private CompletableFuture<ReplicaResult>
processMultiEntryAction(ReadWriteMultiRowReplicaRequest request, String
txCoordinatorId) {
UUID txId = request.transactionId();
- TablePartitionId committedPartitionId =
request.commitPartitionId().asTablePartitionId();
+ TablePartitionId commitdPartitionId =
request.commitPartitionId().asTablePartitionId();
Review Comment:
Fixed the typo.
--
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]