[
https://issues.apache.org/jira/browse/HIVE-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13739684#comment-13739684
]
Hive QA commented on HIVE-5022:
-------------------------------
{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/12597894/HIVE-5022.2.patch.txt
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 2856 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_decimal_precision
org.apache.hadoop.hive.ql.io.orc.TestOrcFile.testUnionAndTimestamp
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_decimal_udf
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_infer_bucket_sort_reducers_power_two
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/434/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/434/console
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests failed with: TestsFailedException: 4 tests failed
{noformat}
This message is automatically generated.
> Decimal Arithmetic generates NULL value
> ---------------------------------------
>
> Key: HIVE-5022
> URL: https://issues.apache.org/jira/browse/HIVE-5022
> Project: Hive
> Issue Type: Bug
> Components: Types
> Affects Versions: 0.11.0
> Environment: Hortonworks 1.3 running Hive 0.11.0.1.3.0.0-107
> Reporter: Kevin Soo Hoo
> Assignee: Teddy Choi
> Attachments: HIVE-5022.1.patch.txt, HIVE-5022.2.patch.txt
>
>
> When a decimal division is the first operation, the quotient cannot be
> multiplied in a subsequent calculation. Instead, a NULL is returned.
> The following yield NULL results:
> select (cast (4.53 as decimal) / cast(25.86 as decimal)) * cast(0.087 as
> decimal) from <tablename> limit 1;
> select cast (4.53 as decimal) / cast(25.86 as decimal) * cast(0.087 as
> decimal) from <tablename> limit 1;
> If we move the multiplication operation to be first, then it will
> successfully calculate the result.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira