[
https://issues.apache.org/jira/browse/HIVE-11194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14623200#comment-14623200
]
Hive QA commented on HIVE-11194:
--------------------------------
{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/12744821/HIVE-11194.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 9136 tests executed
*Failed tests:*
{noformat}
TestCliDriver-udf_notequal.q-nullscript.q-filter_join_breaktask.q-and-12-more -
did not produce a TEST-*.xml file
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4578/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4578/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4578/
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: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12744821 - PreCommit-HIVE-TRUNK-Build
> Exchange partition on external tables should fail with error message when
> target folder already exists
> ------------------------------------------------------------------------------------------------------
>
> Key: HIVE-11194
> URL: https://issues.apache.org/jira/browse/HIVE-11194
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Affects Versions: 2.0.0
> Reporter: Aihua Xu
> Assignee: Aihua Xu
> Attachments: HIVE-11194.patch
>
>
> Steps to repro:
> {noformat}
> Create /data/a1/pkey=1 directory with some data in it.
> Create /data/a2/pkey=1 directory with some data in it.
> create external table a1 (value string) partitioned by (pkey int) location
> '/data/a1';
> create external table a2 (value string) partitioned by (pkey int) location
> '/data/a2';
> alter table a2 add partition (pkey=1);
> alter table a1 exchange partition (pkey=1) with table a2;
> select * from a1 should now fail.
> {noformat}
> pkey=1 is not a partition of a1 but the folder exists. We should give an
> error message for that.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)