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

Denys Kuzmenko updated HIVE-28886:
----------------------------------
    Summary: NullPointerException during read when Puffin holds statistics with 
column names in a different registry than defined in the table schema  (was: 
NullPointerException during read when Puffin holds partial statistics)

> NullPointerException during read when Puffin holds statistics with column 
> names in a different registry than defined in the table schema
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-28886
>                 URL: https://issues.apache.org/jira/browse/HIVE-28886
>             Project: Hive
>          Issue Type: Bug
>          Components: Iceberg integration
>    Affects Versions: 4.0.1
>            Reporter: Denys Kuzmenko
>            Assignee: Denys Kuzmenko
>            Priority: Major
>
> {code}
> create external table ice01(a int, b string, c int) stored by iceberg;
> ANALYZE TABLE ice01 COMPUTE STATISTICS FOR COLUMNS a, c;
> select * from ice01;
> java.lang.NullPointerException
>       at 
> org.apache.hadoop.hive.ql.optimizer.calcite.RelOptHiveTable.updateColStats(RelOptHiveTable.java:673)
>       at 
> org.apache.hadoop.hive.ql.optimizer.calcite.RelOptHiveTable.getColStat(RelOptHiveTable.java:740)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to