[
https://issues.apache.org/jira/browse/HIVE-27069?focusedWorklogId=858449&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-858449
]
ASF GitHub Bot logged work on HIVE-27069:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Apr/23 14:24
Start Date: 21/Apr/23 14:24
Worklog Time Spent: 10m
Work Description: abstractdog commented on code in PR #4231:
URL: https://github.com/apache/hive/pull/4231#discussion_r1173833970
##########
itests/src/test/resources/testconfiguration.properties:
##########
@@ -17,6 +17,7 @@ minitez.query.files.shared=\
# specific to tez and cannot be added to minillap.
minitez.query.files=\
acid_vectorization_original_tez.q,\
+ bucketmapjoin_with_subquery.q,\
Review Comment:
I know this is already merged, but can someone describe why is this qtest
tez container mode related?
Issue Time Tracking
-------------------
Worklog Id: (was: 858449)
Time Spent: 1h 20m (was: 1h 10m)
> Incorrect results with bucket map join
> --------------------------------------
>
> Key: HIVE-27069
> URL: https://issues.apache.org/jira/browse/HIVE-27069
> Project: Hive
> Issue Type: Bug
> Reporter: Naresh P R
> Assignee: Dayakar M
> Priority: Critical
> Labels: pull-request-available
> Attachments: test.q
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Attaching test.q file for repro.
> Following query in testcase is expected to produce 9 records, but it is
> producing 5 records.
> {code:java}
> select * from DUP_TEST_TARGET T join (SELECT id , in_date , sample FROM
> (SELECT id , in_date , sample ,ROW_NUMBER()
> OVER(PARTITION BY id ORDER BY in_date DESC ) AS ROW_NUMB FROM DUP_TEST)
> OUTQUERY WHERE ROW_NUMB =1) as S ON T.id = S.id;{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)