vinothchandar commented on a change in pull request #2216:
URL: https://github.com/apache/hudi/pull/2216#discussion_r528442813



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieWriteStat.java
##########
@@ -49,6 +49,12 @@
    */
   private String prevCommit;
 
+  /**
+   * Total number of records written to the previous version of the file slice.
+   * If inflight commit is c2, then number of records present in 
f1_w1_c1.parquet.
+   */
+  private long oldNumWrites;

Review comment:
       @nbalajee I totally understand. but we could log this out and use 
elastic search or some other infrastructure to debug right. I would really love 
to not mix debug information with something as critical as commit metadata. 
   This sets a precedent that we cannot follow going forward :) 
   
   




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to