AMashenkov commented on a change in pull request #73:
URL: https://github.com/apache/ignite-3/pull/73#discussion_r610772430



##########
File path: 
modules/table/src/main/java/org/apache/ignite/internal/table/RecordViewImpl.java
##########
@@ -78,7 +97,7 @@ public RecordViewImpl(TableStorage tbl, RecordMapper<R> 
mapper) {
     }
 
     /** {@inheritDoc} */
-    @Override public @NotNull IgniteFuture<Collection<R>> 
getAllAsync(Collection<R> keyRecs) {
+    @Override public @NotNull CompletableFuture<Collection<R>> 
getAllAsync(Collection<R> keyRecs) {

Review comment:
       Oh, Gotcha!
   Implementaion is incomplete yet, I'll throw an exception.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to