swuferhong commented on a change in pull request #3401:
URL: https://github.com/apache/hudi/pull/3401#discussion_r683900091
##########
File path:
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataPayload.java
##########
@@ -70,6 +70,10 @@
private int type = 0;
private Map<String, HoodieMetadataFileInfo> filesystemMetadata = null;
+ public HoodieMetadataPayload(GenericRecord record, Comparable<?>
orderingVal) {
Review comment:
> would all existing payloads be forced to implement this new
constructor?
Yes.
--
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]