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

ASF GitHub Bot logged work on HIVE-26659:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Apr/23 14:54
            Start Date: 04/Apr/23 14:54
    Worklog Time Spent: 10m 
      Work Description: scarlin-cloudera commented on code in PR #4190:
URL: https://github.com/apache/hive/pull/4190#discussion_r1157379902


##########
ql/src/java/org/apache/hadoop/hive/ql/exec/MapJoinOperator.java:
##########
@@ -556,6 +556,9 @@ public void process(Object row, int tag) throws 
HiveException {
               }
             } else {
               storage[pos] = emptyList;
+              if (pos != 0 && condn[pos - 1].getType() == JoinDesc.ANTI_JOIN) {

Review Comment:
   Can we add a comment here?  Thanks!





Issue Time Tracking
-------------------

    Worklog Id:     (was: 854819)
    Time Spent: 0.5h  (was: 20m)

> TPC-DS query 16, 69, 94 return wrong results.
> ---------------------------------------------
>
>                 Key: HIVE-26659
>                 URL: https://issues.apache.org/jira/browse/HIVE-26659
>             Project: Hive
>          Issue Type: Sub-task
>    Affects Versions: 4.0.0-alpha-2
>            Reporter: Sungwoo Park
>            Assignee: Seonggon Namgung
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> TPC-DS query 16, 69, 94 return wrong results when hive.auto.convert.anti.join 
> is set to true.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to