bhat-vinay commented on code in PR #10355:
URL: https://github.com/apache/hudi/pull/10355#discussion_r1433431238


##########
hudi-common/src/main/java/org/apache/hudi/common/util/CommitUtils.java:
##########
@@ -123,6 +126,20 @@ private static HoodieCommitMetadata 
buildMetadataFromStats(List<HoodieWriteStat>
     return commitMetadata;
   }
 
+  public static Option<HoodieCommitMetadata> 
buildMetadataFromInstant(HoodieDefaultTimeline timeline, HoodieInstant instant) 
{

Review Comment:
   Retained the function (mainly to hide error handling)



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