[ 
https://issues.apache.org/jira/browse/HIVE-25183?focusedWorklogId=605590&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-605590
 ]

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_r644342211



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/parse/type/JoinCondTypeCheckProcFactory.java
##########
@@ -194,6 +207,19 @@ private ColumnInfo getColInfo(JoinTypeCheckCtx ctx, String 
tabName, String colAl
         }
       }
 
+      if (cInfoToRet == null && ctx.getOuterRR() != null) {
+        for (RowResolver rr : ImmutableList.of(ctx.getOuterRR())) {

Review comment:
       I cleaned this a bit now




-- 
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: 605590)
    Time Spent: 50m  (was: 40m)

> 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: 50m
>  Remaining Estimate: 0h
>
> The issue is similar to HIVE-25090



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to