You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Alexey Kudinkin (Jira)" <ji...@apache.org> on 2022/03/19 02:02:00 UTC

[jira] [Created] (HUDI-3663) Make sure Column Stats is able to index all Columns

Alexey Kudinkin created HUDI-3663:
-------------------------------------

             Summary: Make sure Column Stats is able to index all Columns
                 Key: HUDI-3663
                 URL: https://issues.apache.org/jira/browse/HUDI-3663
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: Alexey Kudinkin
            Assignee: Alexey Kudinkin


Right now, during initial commit Column Stats is not able to index all columns, b/c it tries to obtain Table's Schema by reading already committed files (t/h TableSchemaResolver), and falls back to index just the primary key.

 

Instead it should fetch Writer's Schema from `HoodieCommitMetadata`



--
This message was sent by Atlassian Jira
(v8.20.1#820001)