You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "John Sherman (Jira)" <ji...@apache.org> on 2019/09/27 18:16:00 UTC

[jira] [Assigned] (HIVE-22252) Fix caught NullPointerExceptions generated during EXPLAIN

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

John Sherman reassigned HIVE-22252:
-----------------------------------


> Fix caught NullPointerExceptions generated during EXPLAIN
> ---------------------------------------------------------
>
>                 Key: HIVE-22252
>                 URL: https://issues.apache.org/jira/browse/HIVE-22252
>             Project: Hive
>          Issue Type: Bug
>            Reporter: John Sherman
>            Assignee: John Sherman
>            Priority: Minor
>
> While debugging an issue I noticed that during EXPLAIN the following methods throw a NullPointerException:
> VectorColumnOutputMapping::finalize
> AbstractOperatorDesc::getUserLevelStatistics
> AbstractOperatorDesc::getColumnExprMapForExplain
> The exceptions do end up getting caught but we should add null checks and gracefully to be less wasteful and to aid future debugging.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)