CalvinKirs commented on code in PR #26082: URL: https://github.com/apache/doris/pull/26082#discussion_r1377388752
########## fe/fe-core/src/main/java/org/apache/doris/scheduler/executor/JobExecutor.java: ########## @@ -28,18 +28,19 @@ * We use Gson to serialize and deserialize JobExecutor. so the implementation of JobExecutor needs to be serializable. * You can see @org.apache.doris.persist.gson.GsonUtils.java for details.When you implement JobExecutor,pls make sure * you can serialize and deserialize it. - * - * @param <T> The result type of the event job execution. */ @FunctionalInterface -public interface JobExecutor<T> { +public interface JobExecutor<T, C> { Review Comment: Thx, I will create a PR to fix it individually, and the corresponding test case -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org