ibessonov commented on code in PR #2566:
URL: https://github.com/apache/ignite-3/pull/2566#discussion_r1323153728
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -766,13 +781,13 @@ private CompletableFuture<ActionResult<List<BinaryRow>>>
processScanRetrieveBatc
assert request.lowerBoundPrefix() == null &&
request.upperBoundPrefix() == null : "Index lookup doesn't allow bounds.";
return lookupIndex(request, indexStorage.storage())
- .thenApply(PartitionReplicaListener::didNoWrites);
+ .thenApply(result -> result);
Review Comment:
What does this code do? Looks suspicious
--
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]