YannByron commented on code in PR #6476:
URL: https://github.com/apache/hudi/pull/6476#discussion_r971743633
##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieWriteStat.java:
##########
@@ -70,6 +75,11 @@ public class HoodieWriteStat implements Serializable {
*/
private long numInserts;
+ /**
+ * Total number of cdc bytes written.
+ */
+ private long cdcWriteBytes;
Review Comment:
maybe let us keep consistent with the following `totalWriteBytes` and
`totalWriteErrors` ?
--
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]