[ https://issues.apache.org/jira/browse/HIVE-19993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594405#comment-16594405 ]
Hive QA commented on HIVE-19993: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12937339/HIVE-19993.3.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 14898 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/13494/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13494/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13494/ 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 {noformat} This message is automatically generated. ATTACHMENT ID: 12937339 - PreCommit-HIVE-Build > Using a table alias which also appears as a column name is not possible > ----------------------------------------------------------------------- > > Key: HIVE-19993 > URL: https://issues.apache.org/jira/browse/HIVE-19993 > Project: Hive > Issue Type: Bug > Reporter: Zoltan Haindrich > Assignee: Jaume M > Priority: Major > Attachments: HIVE-19993.1.patch, HIVE-19993.2.patch, > HIVE-19993.3.patch > > > {code} > drop table if exists tableA; > drop table if exists tableB; > create table tableA (a integer,z integer); > create table tableB (a integer,b integer,z integer); > select a.z, b.b > from tableB as b JOIN > tableA as a > on a.a=b.b; > {code} > {code} > Error: Error while compiling statement: FAILED: SemanticException Column a > Found in more than One Tables/Subqueries (state=42000,code=40000) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)