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)