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


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/FileIndex.java:
##########
@@ -184,8 +189,13 @@ public List<FileSlice> filterFileSlices(List<FileSlice> 
fileSlices) {
       return Collections.emptyList();
     }
 
+    // data skipping based on record index
+    if (recordLevelIndex.isPresent()) {
+      filteredFileSlices = 
recordLevelIndex.get().computeCandidateFileSlices(filteredFileSlices);

Review Comment:
   we can log some msg just like the other prunings.



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