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


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieWriteStat.java:
##########
@@ -254,12 +256,12 @@ public String getPath() {
   }
 
   @Nullable
-  public String getCdcPath() {
-    return cdcPath;
+  public List<String> getCdcPaths() {
+    return cdcPaths;
   }
 
-  public void setCdcPath(String cdcPath) {
-    this.cdcPath = cdcPath;
+  public void setCdcPath(List<String> cdcPaths) {
+    this.cdcPaths = cdcPaths;

Review Comment:
   setCdcPath -> setCdcPaths



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to