Jzjsnow commented on code in PR #3776:
URL: https://github.com/apache/amoro/pull/3776#discussion_r2622644537
##########
amoro-format-iceberg/src/main/java/org/apache/amoro/optimizing/plan/CommonPartitionEvaluator.java:
##########
@@ -288,6 +322,17 @@ private void addDelete(ContentFile<?> delete) {
@Override
public boolean isNecessary() {
if (necessary == null) {
+ long lastPlanTime = Math.max(lastMinorOptimizingTime,
lastFullOptimizingTime);
Review Comment:
In the latest commit, the `lastMajorOptimizingTime` has been added to the
partition evaluator alongside `lastMinorOptimizingTime` and
`lastFullOptimizingTime`, enabling more comprehensive evaluations
--
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]