yihua commented on code in PR #9892:
URL: https://github.com/apache/hudi/pull/9892#discussion_r1371284152


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieAvroPayload.java:
##########
@@ -39,11 +42,19 @@ public class HoodieAvroPayload implements 
HoodieRecordPayload<HoodieAvroPayload>
   private final Comparable<?> orderingVal;
 
   public HoodieAvroPayload(GenericRecord record, Comparable<?> orderingVal) {
+    this(record, orderingVal, EMPTY_PROPS);

Review Comment:
   Based on my understanding this is only used internally and props are not 
used, so I don't mark it as deprecated.



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