[ https://issues.apache.org/jira/browse/HIVE-19687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16496190#comment-16496190 ]
Hive QA commented on HIVE-19687: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12925335/HIVE-19687.3.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 14419 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.ql.metadata.TestHiveRemote.testThriftTable (batchId=287) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/11376/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11376/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11376/ 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 Tests exited with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12925335 - PreCommit-HIVE-Build > Export table on acid partitioned table is failing > ------------------------------------------------- > > Key: HIVE-19687 > URL: https://issues.apache.org/jira/browse/HIVE-19687 > Project: Hive > Issue Type: Bug > Components: Transactions > Affects Versions: 3.0.0 > Reporter: Vineet Garg > Assignee: Vineet Garg > Priority: Major > Attachments: HIVE-19687.1.patch, HIVE-19687.2.patch, > HIVE-19687.3.patch > > > *Reproducer* > {code:sql} > create table exportPartitionTable(id int, name string) partitioned by(country > string) clustered by (id) into 2 buckets stored as orc tblproperties > ("transactional"="true"); > export table exportPartitionTable PARTITION (country='india') to > '/tmp/exportDataStore'; > {code} > *Error* > {noformat} > FAILED: SemanticException [Error 10004]: Line 1:165 Invalid table alias or > column reference 'india': (possible column names are: id, name, country) > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)