SammyVimes commented on code in PR #2177:
URL: https://github.com/apache/ignite-3/pull/2177#discussion_r1230542972
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -1834,6 +1853,23 @@ public CompletableFuture<TableImpl> tableAsync(int id) {
}
}
+ /**
+ * Asynchronously gets the partitions set of a table using causality token.
+ *
+ * @param causalityToken Causality token.
+ * @return Future.
+ */
+ public CompletableFuture<PartitionSet> partitionSetAsync(long
causalityToken, int tableId) {
Review Comment:
No, at least not by design of the versioned value
--
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]