danny0405 commented on code in PR #8113:
URL: https://github.com/apache/hudi/pull/8113#discussion_r1129073320
##########
hudi-common/src/main/java/org/apache/hudi/common/model/PartialUpdateAvroPayload.java:
##########
@@ -93,10 +93,6 @@ public PartialUpdateAvroPayload(GenericRecord record,
Comparable orderingVal) {
super(record, orderingVal);
}
- public PartialUpdateAvroPayload(Option<GenericRecord> record) {
- super(record); // natural order
- }
-
Review Comment:
So why the natural order combining is removed? Can you elaborate a little
more the use case?
--
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]