You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hari Sankar Sivarama Subramaniyan (JIRA)" <ji...@apache.org> on 2014/07/25 11:30:38 UTC

[jira] [Created] (HIVE-7514) Vectorization does not handle constant expression whose value is NULL

Hari Sankar Sivarama Subramaniyan created HIVE-7514:
-------------------------------------------------------

             Summary: Vectorization does not handle constant expression whose value is NULL
                 Key: HIVE-7514
                 URL: https://issues.apache.org/jira/browse/HIVE-7514
             Project: Hive
          Issue Type: Bug
            Reporter: Hari Sankar Sivarama Subramaniyan
            Assignee: Hari Sankar Sivarama Subramaniyan


EXPLAIN select null from alltypesorc;

The above expression fails to vectorize because getConstantVectorExpression(null, ..) results in NPE.



--
This message was sent by Atlassian JIRA
(v6.2#6252)