[
https://issues.apache.org/jira/browse/HIVE-20406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16584580#comment-16584580
]
Hive QA commented on HIVE-20406:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12936065/HIVE-20406.2.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 14885 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/13312/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13312/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13312/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12936065 - PreCommit-HIVE-Build
> Nested Coalesce giving incorrect results
> ----------------------------------------
>
> Key: HIVE-20406
> URL: https://issues.apache.org/jira/browse/HIVE-20406
> Project: Hive
> Issue Type: Bug
> Components: CBO
> Affects Versions: 3.0.0
> Reporter: Riju Trivedi
> Assignee: Vineet Garg
> Priority: Critical
> Attachments: HIVE-20406.1.patch, HIVE-20406.2.patch
>
>
> Below query is returning NULL instead of 'TEST'
> select coalesce(coalesce(null), 'TEST');
> {noformat}
> INFO : OK
> +-------+
> | _c0 |
> +-------+
> | NULL |
> +-------+
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)