codope commented on code in PR #5208:
URL: https://github.com/apache/hudi/pull/5208#discussion_r843747287


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadata.java:
##########
@@ -388,6 +504,21 @@ private void initIfNeeded() {
     return Pair.of(logRecordScanner, logScannerOpenMs);
   }
 
+  // NOTE: We're allowing eager full-scan of the log-files only for "files" 
partition.
+  //       Other partitions (like "column_stats", "bloom_filters") will have 
to be fetched
+  //       t/h point-lookups
+  private boolean isFullScanAllowedForPartition(String partitionName) {

Review Comment:
   it's done as you suggested and added a task to handle all partitions 
https://issues.apache.org/jira/browse/HUDI-3809



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