Davis-Zhang-Onehouse commented on code in PR #12826:
URL: https://github.com/apache/hudi/pull/12826#discussion_r1972307058


##########
hudi-cli/src/main/java/org/apache/hudi/cli/commands/ExportCommand.java:
##########
@@ -204,7 +204,7 @@ private int copyNonArchivedInstants(List<HoodieInstant> 
instants, int limit, Str
       switch (instant.getAction()) {
         case HoodieTimeline.CLEAN_ACTION: {
           HoodieCleanMetadata metadata = 
TimelineMetadataUtils.deserializeHoodieCleanMetadata(
-              timeline.getInstantDetails(instant).get());
+              timeline.getInstantContentStream(instant));

Review Comment:
   yes, instant specific deserialization that take byte[] are all removed
   



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