linliu-code commented on code in PR #14261:
URL: https://github.com/apache/hudi/pull/14261#discussion_r2557183308
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/versioning/v1/ArchivedTimelineV1.java:
##########
@@ -218,6 +219,34 @@ record -> {
});
}
+ @Override
+ public void loadCompactionDetailsInMemory(int limit) {
+ loadInstantsWithLimit(limit, true,
+ record -> {
+ Object action = record.get(ACTION_STATE);
Review Comment:
Here `action` should be `state`. We should rename it to be clear.
--
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]