[ https://issues.apache.org/jira/browse/HIVE-13621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281785#comment-15281785 ]
Pengcheng Xiong commented on HIVE-13621: ---------------------------------------- reran all those Spark tests, none of them fail. Also check the other failures and they are unrelated. Pushed to master. Thanks [~vikram.dixit] and [~hagleitn] for the review and comments! > compute stats in certain cases fails with NPE > --------------------------------------------- > > Key: HIVE-13621 > URL: https://issues.apache.org/jira/browse/HIVE-13621 > Project: Hive > Issue Type: Bug > Components: HBase Metastore, Metastore > Affects Versions: 2.1.0, 2.0.1 > Reporter: Vikram Dixit K > Assignee: Pengcheng Xiong > Attachments: HIVE-13621.1.patch, HIVE-13621.2.patch > > > {code} > FAILED: NullPointerException null > java.lang.NullPointerException > at > org.apache.hadoop.hive.ql.stats.StatsUtils.getColStatistics(StatsUtils.java:693) > at > org.apache.hadoop.hive.ql.stats.StatsUtils.convertColStats(StatsUtils.java:739) > at > org.apache.hadoop.hive.ql.stats.StatsUtils.getTableColumnStats(StatsUtils.java:728) > at > org.apache.hadoop.hive.ql.stats.StatsUtils.collectStatistics(StatsUtils.java:183) > at > org.apache.hadoop.hive.ql.stats.StatsUtils.collectStatistics(StatsUtils.java:136) > at > org.apache.hadoop.hive.ql.stats.StatsUtils.collectStatistics(StatsUtils.java:124){code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)