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


##########
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:
   This method is mentioned in the interface for compatibility with the 
original test cases in SPI mode, and secondly, this method also needs to be 
implemented in master-slave mode.



-- 
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: commits-unsubscr...@amoro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to