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


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/FileIndex.java:
##########
@@ -309,6 +287,13 @@ private DataPruner 
initializeDataPruner(List<ResolvedExpression> filters) {
       validateConfig();
       return null;
     }
-    return DataPruner.newInstance(filters);
+    return dataPruner;
+  }
+
+  private void validateConfig() {

Review Comment:
   `validateConfig` -> `isDataSkippingFeasible`, and returns boolean instead of 
void.



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