YannByron commented on code in PR #5885:
URL: https://github.com/apache/hudi/pull/5885#discussion_r925109942
##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieWriteStat.java:
##########
@@ -44,6 +44,12 @@ public class HoodieWriteStat implements Serializable {
*/
private String path;
+ /**
+ * Relative cdc file path that store the CDC data.
+ */
+ @Nullable
+ private String cdcPath;
Review Comment:
let me test this case that use the old hudi version to query tables created
by this branch.
--
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]