nsivabalan commented on code in PR #13098:
URL: https://github.com/apache/hudi/pull/13098#discussion_r2034197222
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/MetadataConversionUtils.java:
##########
@@ -338,6 +338,15 @@ public static HoodieArchivedMetaEntry
createMetaWrapperForEmptyInstant(HoodieIns
return archivedMetaWrapper;
}
+ private static <T extends HoodieCommitMetadata> Option<T>
getArchivedCommitMetadata(HoodieTableMetaClient metaClient, HoodieInstant
instant, Class<T> clazz) throws IOException {
+ T commitMetadata =
metaClient.getArchivedTimeline().readInstantContent(instant, clazz);
Review Comment:
reverted this change
--
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]