yihua commented on code in PR #12869:
URL: https://github.com/apache/hudi/pull/12869#discussion_r1972500134
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/ArchivedTimelineLoader.java:
##########
@@ -40,6 +40,7 @@ public interface ArchivedTimelineLoader extends Serializable {
public void loadInstants(
HoodieTableMetaClient metaClient,
@Nullable HoodieArchivedTimeline.TimeRangeFilter filter,
+ HoodieArchivedTimeline.LogFileFilter logFileFilter,
Review Comment:
Good point. Fixed.
--
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]