[ 
https://issues.apache.org/jira/browse/HIVE-7234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038111#comment-14038111
 ] 

Ashish Kumar Singh commented on HIVE-7234:
------------------------------------------

The test errors do not look related to the patch.

> Select on decimal column throws NPE
> -----------------------------------
>
>                 Key: HIVE-7234
>                 URL: https://issues.apache.org/jira/browse/HIVE-7234
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ashish Kumar Singh
>            Assignee: Ashish Kumar Singh
>         Attachments: HIVE-7234.2.patch, HIVE-7234.3.patch, HIVE-7234.patch
>
>
> Select on decimal column throws NPE for values greater than maximum 
> permissible value (9999999999)
> Steps to repro:
> DROP TABLE IF EXISTS DECIMAL;
> CREATE TABLE DECIMAL (dec decimal);
> // Content of decimal_10_0.txt => "9999999999.999"
> LOAD DATA LOCAL INPATH '../../data/files/decimal_10_0.txt' OVERWRITE INTO 
> TABLE DECIMAL;
> SELECT dec FROM DECIMAL; => throws NPE
> DROP TABLE DECIMAL;



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

Reply via email to