vldpyatkov commented on a change in pull request #388:
URL: https://github.com/apache/ignite-3/pull/388#discussion_r726941545
##########
File path:
modules/table/src/main/java/org/apache/ignite/internal/table/IgniteTablesInternal.java
##########
@@ -30,4 +31,12 @@
* @return Table or {@code null} when not exists.
*/
TableImpl table(IgniteUuid id);
+
+ /**
+ * Gets a table future by id, if it was created before or {@code null}.
+ *
+ * @param id Table id.
+ * @return Future representing pending completion of the operation.
+ */
+ CompletableFuture<TableImpl> tableAsync(IgniteUuid id);
Review comment:
The exception is never thrown here.
--
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]