codope commented on code in PR #5837:
URL: https://github.com/apache/hudi/pull/5837#discussion_r928104105
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/HoodieTimelineArchiver.java:
##########
@@ -498,7 +505,7 @@ private Stream<HoodieInstant> getInstantsToArchive() {
Option<String> earliestActiveDatasetCommit =
dataMetaClient.getActiveTimeline().firstInstant().map(HoodieInstant::getTimestamp);
Review Comment:
Done. Now, metadata table will also be archived until the first
non-savepoint commit in data table.
--
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]