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



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/callback/common/HoodieWriteCommitCallbackMessage.java
##########
@@ -41,13 +44,19 @@
    */
   private String basePath;
 
+  /**
+   * HoodieWriteStat.

Review comment:
       +1

##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/callback/common/HoodieWriteCommitCallbackMessage.java
##########
@@ -41,13 +44,19 @@
    */
   private String basePath;
 
+  /**
+   * HoodieWriteStat.
+   */
+  private List<HoodieWriteStat> hoodieWriteStat;
+
   public HoodieWriteCommitCallbackMessage() {
   }
 
-  public HoodieWriteCommitCallbackMessage(String commitTime, String tableName, 
String basePath) {
+  public HoodieWriteCommitCallbackMessage(String commitTime, String tableName, 
String basePath, List<HoodieWriteStat> hoodieWriteStat) {

Review comment:
       +1




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