nsivabalan commented on code in PR #11562:
URL: https://github.com/apache/hudi/pull/11562#discussion_r1664607967
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/TimelineMetadataUtils.java:
##########
@@ -209,6 +225,14 @@ public static <T extends SpecificRecordBase> T
deserializeAvroMetadata(byte[] by
return fileReader.next();
}
+ public static HoodieCommitMetadata deserializeCommitMetadata(byte[] bytes)
throws IOException {
+ return deserializeAvroMetadata(bytes, HoodieCommitMetadata.class);
Review Comment:
NTR: supporting deser avro commit metadata
--
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]