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


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/stats/ColumnStatsIndices.java:
##########
@@ -85,16 +89,109 @@ public class ColumnStatsIndices {
   private ColumnStatsIndices() {
   }
 
-  public static List<RowData> readColumnStatsIndex(String basePath, 
HoodieMetadataConfig metadataConfig, String[] targetColumns) {
+  public static Set<String> candidatePartitionsInMetadataTable(

Review Comment:
   Can we have some basic abstractions so that it is more easy for extention, 
for e.g. the RLI support in the near future.



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