zhuanshenbsj1 commented on code in PR #9584:
URL: https://github.com/apache/hudi/pull/9584#discussion_r1312456055


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/IncrementalInputSplits.java:
##########
@@ -601,9 +602,9 @@ public List<HoodieInstant> filterInstantsWithRange(
    * @return the filtered timeline
    */
   @VisibleForTesting
-  public HoodieTimeline filterInstantsAsPerUserConfigs(HoodieTimeline 
timeline) {
+  public HoodieTimeline filterInstantsAsPerUserConfigs(HoodieTimeline 
timeline, HoodieTableType tableType) {
     final HoodieTimeline oriTimeline = timeline;
-    if (this.skipCompaction) {
+    if (OptionsResolver.isMorTable(this.conf) & this.skipCompaction) {

Review Comment:
   Removed the para HoodieTableType.



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