the-other-tim-brown commented on code in PR #10676:
URL: https://github.com/apache/hudi/pull/10676#discussion_r1509371686


##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/TimelineUtils.java:
##########
@@ -266,13 +266,19 @@ public static HoodieDefaultTimeline 
getTimeline(HoodieTableMetaClient metaClient
    * @return Hudi timeline.
    */
   public static HoodieTimeline getCommitsTimelineAfter(
-      HoodieTableMetaClient metaClient, String exclusiveStartInstantTime, 
Option<String> lastMaxCompletionTime) {
+      HoodieTableMetaClient metaClient,
+      String exclusiveStartInstantTime,
+      Option<String> lastMaxCompletionTime,
+      boolean shouldIncludeCleanerTimeline) {

Review Comment:
   Typically we do not consider the cleaner as part of the commits since it is 
not changing the data. Is the issue here that the dropped partition from the 
replace commit is not being picked up when looking at the partitions affected 
for the meta sync?



-- 
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]

Reply via email to