[
https://issues.apache.org/jira/browse/HIVE-19604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510703#comment-16510703
]
Hive QA commented on HIVE-19604:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12927555/HIVE-19604.3.patch
{color:green}SUCCESS:{color} +1 due to 2 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 14521 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/11747/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11747/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11747/
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: 12927555 - PreCommit-HIVE-Build
> Incorrect Handling of Boolean in DruidSerde
> -------------------------------------------
>
> Key: HIVE-19604
> URL: https://issues.apache.org/jira/browse/HIVE-19604
> Project: Hive
> Issue Type: Bug
> Components: Druid integration
> Reporter: Nishant Bangarwa
> Assignee: Nishant Bangarwa
> Priority: Major
> Attachments: HIVE-19604.01.patch, HIVE-19604.02.patch,
> HIVE-19604.3.patch, HIVE-19604.patch
>
>
> Results of boolean expressions from Druid are expressed in the form of
> numeric 1 or 0.
> When reading the results in DruidSerde both 1 and 0 are translated to String
> and then we call Boolean.valueOf(stringForm), this leads to the boolean being
> read always as false.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)