TheR1sing3un commented on code in PR #14366:
URL: https://github.com/apache/hudi/pull/14366#discussion_r2565655274
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/versioning/v2/ArchivedTimelineV2.java:
##########
@@ -216,7 +216,7 @@ private List<HoodieInstant> loadInstants() {
}
private List<HoodieInstant> loadInstants(String startTs, String endTs) {
- return loadInstants(new HoodieArchivedTimeline.TimeRangeFilter(startTs,
endTs), HoodieArchivedTimeline.LoadMode.METADATA);
+ return loadInstants(new
HoodieArchivedTimeline.OpenClosedTimeRangeFilter(startTs, endTs),
HoodieArchivedTimeline.LoadMode.METADATA);
Review Comment:
As above comment
--
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]