baiyangtx commented on code in PR #4097:
URL: https://github.com/apache/amoro/pull/4097#discussion_r2836155837
##########
amoro-common/src/main/java/org/apache/amoro/TableRuntime.java:
##########
@@ -48,6 +48,10 @@ public interface TableRuntime {
*/
List<? extends TableProcessStore> getProcessStates(Action action);
+ void registerProcess(TableProcessStore processStore);
Review Comment:
This method is used for process scheduler.
You are not need to care about this method. And also, you are no longer
need to provide the implement of `TableRuntime`
--
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]