zhoujinsong commented on code in PR #2674:
URL: https://github.com/apache/incubator-amoro/pull/2674#discussion_r1548819372
##########
ams/server/src/main/java/com/netease/arctic/server/table/TableRuntime.java:
##########
@@ -94,7 +94,7 @@ public class TableRuntime extends StatedPersistentBase {
@StateField private volatile long processId;
@StateField private volatile OptimizingEvaluator.PendingInput pendingInput;
private volatile long lastPlanTime;
- private final TableMetrics metrics;
+ private final TableOptimizingMetrics selfOptimizingMetrics;
Review Comment:
How about renaming the variable name to `optimizingMetrics`?
--
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]