[
https://issues.apache.org/jira/browse/HIVE-7234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038085#comment-14038085
]
Hive QA commented on HIVE-7234:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12651316/HIVE-7234.3.patch
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 5640 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_metadata_only_queries
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_ctas
org.apache.hive.hcatalog.pig.TestHCatLoader.testReadDataPrimitiveTypes
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/518/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/518/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-518/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12651316
> 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)