nsivabalan commented on a change in pull request #2445:
URL: https://github.com/apache/hudi/pull/2445#discussion_r579835900
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/callback/common/HoodieWriteCommitCallbackMessage.java
##########
@@ -73,4 +82,12 @@ public String getBasePath() {
public void setBasePath(String basePath) {
this.basePath = basePath;
}
+
+ public List<HoodieWriteStat> getHoodieWriteStat() {
+ return hoodieWriteStat;
+ }
+
+ public void setHoodieWriteStat(List<HoodieWriteStat> hoodieWriteStat) {
Review comment:
Can you help me understand why do we need this setter?
----------------------------------------------------------------
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]