danny0405 commented on code in PR #18074:
URL: https://github.com/apache/hudi/pull/18074#discussion_r2757004358


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/HoodieScanContext.java:
##########
@@ -77,6 +81,7 @@ public HoodieScanContext(
     this.skipInsertOverwrite = skipInsertOverwrite;
     this.cdcEnabled = cdcEnabled;
     this.isStreaming = isStreaming;
+    this.partitionPruner = partitionPruner;

Review Comment:
   the partitioner pruner should be configured to the `IncrementalInputSplits` 
for streaming and batch incremental queries, but I didn't see it's usage here.



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