[ https://issues.apache.org/jira/browse/HIVE-25183?focusedWorklogId=605592&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-605592 ]
ASF GitHub Bot logged work on HIVE-25183: ----------------------------------------- Author: ASF GitHub Bot Created on: 02/Jun/21 21:47 Start Date: 02/Jun/21 21:47 Worklog Time Spent: 10m Work Description: soumyakanti3578 commented on a change in pull request #2302: URL: https://github.com/apache/hive/pull/2302#discussion_r644342371 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/parse/type/JoinCondTypeCheckProcFactory.java ########## @@ -104,12 +105,20 @@ private boolean hasTableAlias(JoinTypeCheckCtx ctx, String tabName, ASTNode expr tblAliasCnt++; } + if (tblAliasCnt == 0 && ctx.getOuterRR() != null) { Review comment: Added a comment, and cleaned up the code here -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 605592) Time Spent: 1h (was: 50m) > Parsing error for Correlated Inner Joins > ---------------------------------------- > > Key: HIVE-25183 > URL: https://issues.apache.org/jira/browse/HIVE-25183 > Project: Hive > Issue Type: Sub-task > Components: Parser > Reporter: Soumyakanti Das > Assignee: Soumyakanti Das > Priority: Major > Labels: pull-request-available > Time Spent: 1h > Remaining Estimate: 0h > > The issue is similar to HIVE-25090 -- This message was sent by Atlassian Jira (v8.3.4#803005)