sanpwc commented on a change in pull request #642:
URL: https://github.com/apache/ignite-3/pull/642#discussion_r838223211



##########
File path: 
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java
##########
@@ -1172,6 +1183,15 @@ private int latestSchemaVersion(UUID tblId) {
         }
     }
 
+    /**
+     * Actual tables map.
+     *
+     * @return Actual tables map.
+     */
+    public Map<String, TableImpl> latestTables() {

Review comment:
       Could you please @TestOnly annotation?




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


Reply via email to