You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/04/30 08:21:48 UTC

[GitHub] [ignite-3] vldpyatkov commented on a change in pull request #112: IGNITE-14238 Creating and destroying tables

vldpyatkov commented on a change in pull request #112:
URL: https://github.com/apache/ignite-3/pull/112#discussion_r623702185



##########
File path: modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java
##########
@@ -77,23 +80,15 @@
     private CompletableFuture<Long> tableCreationSubscriptionFut;
 
     /** Tables. */
-    private Map<String, Table> tables;
+    private Map<String, Table> tables = new HashMap<>();
 
-    /**

Review comment:
       Reverted this.




-- 
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:
users@infra.apache.org