[ https://issues.apache.org/jira/browse/HIVE-11662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14723301#comment-14723301 ]
Hive QA commented on HIVE-11662: -------------------------------- {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/12753249/HIVE-11662.2.patch.txt {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 9382 tests executed *Failed tests:* {noformat} org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5121/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5121/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5121/ 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: 12753249 - PreCommit-HIVE-TRUNK-Build > DP cannot be applied to external table which contains part-spec like directory > ------------------------------------------------------------------------------ > > Key: HIVE-11662 > URL: https://issues.apache.org/jira/browse/HIVE-11662 > Project: Hive > Issue Type: Bug > Components: Query Processor > Reporter: Navis > Assignee: Navis > Priority: Trivial > Attachments: HIVE-11662.1.patch.txt, HIVE-11662.2.patch.txt > > > Some users want to use part-spec like directory name in their partitioned > table locations, something like, > {noformat} > /something/warehouse/some_key=some_value > {noformat} > DP calculates additional partitions from full path, and makes exception > something like, > {noformat} > Failed with exception Partition spec {some_key=some_value, > part_key=part_value} contains non-partition columns > FAILED: Execution Error, return code 1 from > org.apache.hadoop.hive.ql.exec.MoveTask > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)