hudi-bot opened a new issue, #15093: URL: https://github.com/apache/hudi/issues/15093
Currently, just one config controls whether to do full scan or point lookup while reading log records in metadata table and that config applies to ALL metadata partitions. However, full scan is disabled for column_stats and bloom_filters partitions: HoodieBackedTableMetadata#isFullScanAllowedForPartition We should make it configurable for other partitions too. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-3809 - Type: Improvement - Epic: https://issues.apache.org/jira/browse/HUDI-1822 -- 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]
