[
https://issues.apache.org/jira/browse/HIVE-26659?focusedWorklogId=854922&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854922
]
ASF GitHub Bot logged work on HIVE-26659:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Apr/23 02:36
Start Date: 05/Apr/23 02:36
Worklog Time Spent: 10m
Work Description: ngsg commented on code in PR #4190:
URL: https://github.com/apache/hive/pull/4190#discussion_r1157954219
##########
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:
Thank you for your review. I added a comment which explains the reason for
proceeding join.
Issue Time Tracking
-------------------
Worklog Id: (was: 854922)
Time Spent: 50m (was: 40m)
> 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: 50m
> 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)