danny0405 commented on code in PR #9956:
URL: https://github.com/apache/hudi/pull/9956#discussion_r1378285419


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/metrics/FlinkCompactionMetrics.java:
##########
@@ -66,6 +66,12 @@ public class FlinkCompactionMetrics extends 
FlinkWriteMetrics {
    */
   private long compactionCost;
 
+  /**
+   * flag indicates whether rollback has occurred in final compaction state
+   */

Review Comment:
   `flag indicates whether rollback has occurred in final compaction state` ->
   `Flag saying whether the compaction is completed or been rolled back.`



-- 
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]

Reply via email to