baiyangtx commented on code in PR #3764:
URL: https://github.com/apache/amoro/pull/3764#discussion_r2327378787


##########
amoro-ams/src/main/java/org/apache/amoro/server/table/TableService.java:
##########
@@ -46,4 +47,16 @@ default boolean contains(Long tableId) {
    * @return managed table.
    */
   AmoroTable<?> loadTable(ServerTableIdentifier identifier);
+
+  /** Explore and synchronize table runtimes from catalogs. Intended for 
periodic sync and tests. */
+  void exploreTableRuntimes();

Review Comment:
   Who will call those methods?



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