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/04/02 17:52:00 UTC

[jira] [Created] (HUDI-3783) Fix HoodieTestTable harness to also properly validate Column Stats

Alexey Kudinkin created HUDI-3783:
-------------------------------------

             Summary: Fix HoodieTestTable harness to also properly validate Column Stats
                 Key: HUDI-3783
                 URL: https://issues.apache.org/jira/browse/HUDI-3783
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: Alexey Kudinkin


Currently `HoodieTestTable` generates invalid tables which prevent effective testing of the Column Stats Index:
 # It does write empty Parquet files, making impossible to construct proper ColStats records for these
 # It does set phony Commit Metadata omitting Schema (for aforementioned reasons), which breaks ColStats when trying to update records during Rollbacks/Cleanings as CS relies on TableSchemaResolver, which is not able to resolve schema for an invalid table



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