You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Sagar Sumit (Jira)" <ji...@apache.org> on 2022/04/06 09:46:00 UTC

[jira] [Created] (HUDI-3809) Make full scan optional for metadata partitions other than FILES

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)