majin1102 commented on code in PR #4097:
URL: https://github.com/apache/amoro/pull/4097#discussion_r2844294490


##########
amoro-common/src/main/java/org/apache/amoro/table/TableRuntimeFactory.java:
##########
@@ -29,6 +31,10 @@
 /** Table runtime factory. */
 public interface TableRuntimeFactory extends ActivePlugin {
 
+  List<ActionCoordinator> supportedCoordinators();

Review Comment:
   You mean I don't need to provide a LanceTableRuntime?
   
   How can I return a LanceTableConfig? Could you provide a demo



##########
amoro-common/src/main/java/org/apache/amoro/table/TableRuntimeFactory.java:
##########
@@ -29,6 +31,10 @@
 /** Table runtime factory. */
 public interface TableRuntimeFactory extends ActivePlugin {
 
+  List<ActionCoordinator> supportedCoordinators();

Review Comment:
   You mean I don't need to provide a LanceTableRuntime?
   
   How can I return a LanceTableConfig? Could you provide a simple demo



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