Sagar Sumit created HUDI-3809:
---------------------------------
Summary: Make full scan optional for metadata partitions other
than FILES
Key: HUDI-3809
URL: https://issues.apache.org/jira/browse/HUDI-3809
Project: Apache Hudi
Issue Type: Task
Reporter: Sagar Sumit
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.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)