[
https://issues.apache.org/jira/browse/HIVE-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959993#comment-13959993
]
Hive QA commented on HIVE-6826:
-------------------------------
{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/12638420/HIVE-6826.1.patch
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 5546 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucketizedhiveinputformat
org.apache.hadoop.hive.cli.TestNegativeMinimrCliDriver.testNegativeCliDriver_minimr_broken_pipe
{noformat}
Test results:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2110/testReport
Console output:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2110/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 exited with: TestsFailedException: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12638420
> Hive-tez has issues when different partitions work off of different input
> types
> -------------------------------------------------------------------------------
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
> Issue Type: Bug
> Components: Tez
> Affects Versions: 0.13.0, 0.14.0
> Reporter: Vikram Dixit K
> Assignee: Vikram Dixit K
> Attachments: HIVE-6826.1.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception
--
This message was sent by Atlassian JIRA
(v6.2#6252)