Aireed opened a new issue, #3676: URL: https://github.com/apache/amoro/issues/3676
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? The default interval for `tableRuntimeRefresh` is 1 minute. In certain scenarios, we increase the optimize interval by setting `'self-optimizing.min-plan-interval'` to a value greater than 1 minute. As a result, when scheduling table optimization, the table might be skipped because the interval is shorter than `'self-optimizing.min-plan-interval'`. Consequently, the pendingInput generated in this round becomes useless. <img width="1844" height="832" alt="Image" src="https://github.com/user-attachments/assets/80d94664-5537-4b10-9671-c0c9f2495990" /> ### How should we improve? add filter to skip some redundant evalutor <img width="2462" height="1010" alt="Image" src="https://github.com/user-attachments/assets/8415d874-54ff-410a-ac76-e00d6fd29489" /> ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Subtasks _No response_ ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org