You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasanth J (JIRA)" <ji...@apache.org> on 2013/12/05 00:05:35 UTC

[jira] [Created] (HIVE-5950) ORC SARG creation will fail with NPE if predicate condition contains decimal or date column

Prasanth J created HIVE-5950:
--------------------------------

             Summary: ORC SARG creation will fail with NPE if predicate condition contains decimal or date column
                 Key: HIVE-5950
                 URL: https://issues.apache.org/jira/browse/HIVE-5950
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.13.0
            Reporter: Prasanth J
            Assignee: Prasanth J


When decimal or date column is used, the type field in PredicateLeafImpl will be set to null. This will result in NPE during predicate leaf generation because of null dereferencing in hashcode computation. SARG creation should be extended to support/handle decimal and date data types.



--
This message was sent by Atlassian JIRA
(v6.1#6144)