zhuanshenbsj1 commented on code in PR #8884:
URL: https://github.com/apache/hudi/pull/8884#discussion_r1217649383
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/IncrementalInputSplits.java:
##########
@@ -134,7 +130,7 @@ public static Builder builder() {
public Result inputSplits(
HoodieTableMetaClient metaClient,
boolean cdcEnabled) {
- HoodieTimeline commitTimeline = getReadTimeline(metaClient);
+ HoodieTimeline commitTimeline = getReadTimeline(metaClient, false);
Review Comment:
Batch reading is actually still an incremental read, I think it should be
consistent with streaming reading.
--
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]