[
https://issues.apache.org/jira/browse/HIVE-10640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14556180#comment-14556180
]
Hive QA commented on HIVE-10640:
--------------------------------
{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/12734710/HIVE-10640.02.patch
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 8965 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_insert_partition_static
org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler.org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler
org.apache.hive.hcatalog.streaming.TestStreaming.testTransactionBatchCommit_Json
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4001/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4001/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4001/
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12734710 - PreCommit-HIVE-TRUNK-Build
> Vectorized query with NULL constant throws "Unsuported vector output type:
> void" error
> ---------------------------------------------------------------------------------------
>
> Key: HIVE-10640
> URL: https://issues.apache.org/jira/browse/HIVE-10640
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Affects Versions: 1.2.0
> Reporter: Matt McCline
> Assignee: Matt McCline
> Priority: Critical
> Fix For: 1.3.0
>
> Attachments: HIVE-10640.01.patch, HIVE-10640.02.patch
>
>
> This query from join_nullsafe.q when vectorized throws "Unsuported vector
> output type: void" during execution...
> {noformat}
> select * from myinput1 a join myinput1 b on a.key<=>b.value AND a.key is NULL;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)