cxxiii commented on code in PR #3675:
URL: https://github.com/apache/amoro/pull/3675#discussion_r2259386049
##########
amoro-ams/src/main/java/org/apache/amoro/server/optimizing/OptimizingProcess.java:
##########
@@ -44,7 +44,11 @@ public interface OptimizingProcess {
long getRunningQuotaTime(long calculatingStartTime, long calculatingEndTime);
+ boolean containSuccessTasks();
Review Comment:
I think this public method is necessary, because we called this method
through the interface in other classes.
--
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]