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


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieCommitMetadata.java:
##########
@@ -69,6 +70,14 @@ public HoodieCommitMetadata(boolean compacted) {
     this.compacted = compacted;
   }
 
+  @VisibleForTesting
+  public HoodieCommitMetadata(HoodieCommitMetadata metadata) {
+    extraMetadata = metadata.getExtraMetadata();

Review Comment:
   we do not add new constructors just for test purpose.



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