danny0405 commented on code in PR #13264: URL: https://github.com/apache/hudi/pull/13264#discussion_r2078742424
########## hudi-common/src/main/java/org/apache/hudi/common/table/timeline/versioning/v1/ArchivedTimelineV1.java: ########## @@ -58,7 +59,8 @@ public class ArchivedTimelineV1 extends BaseTimelineV1 implements HoodieArchived private static final String ACTION_STATE = "actionState"; private static final String STATE_TRANSITION_TIME = "stateTransitionTime"; private HoodieTableMetaClient metaClient; - private final Map<String, Map<HoodieInstant.State, byte[]>> readCommits = new HashMap<>(); + // The first key is the timestamp -> multiple action types -> hoodie instant state and contents Review Comment: For v2 we introduced `ActiveAction` to wrap up all the actions of one instant. -- 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]
