bvaradar commented on code in PR #13216:
URL: https://github.com/apache/hudi/pull/13216#discussion_r2146348387
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -514,13 +523,22 @@ public synchronized void reload() {
reloadTableConfig();
}
+ /**
+ * Get the active instants as a timeline in native format.
+ *
+ * @return Active instants timeline
+ */
+ public synchronized HoodieActiveTimeline getActiveTimelineForNativeFormat() {
+ return new
NativeTableFormat(activeTimeline.getTimelineLayoutVersion()).getTimelineFactory().createActiveTimeline(this);
Review Comment:
this is for rollbacking an instant which is completed in hudi but not in the
plugin.
--
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]