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:03:00 UTC

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

     [ https://issues.apache.org/jira/browse/HUDI-3663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kudinkin updated HUDI-3663:
----------------------------------
    Fix Version/s: 0.11.0

> 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
>            Priority: Blocker
>             Fix For: 0.11.0
>
>
> 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)