You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Deepak Jaiswal <dj...@hortonworks.com> on 2018/08/24 22:59:45 UTC

Review Request 68506: HIVE-20187

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68506/
-----------------------------------------------------------

Review request for hive and Gunther Hagleitner.


Bugs: HIVE-20187
    https://issues.apache.org/jira/browse/HIVE-20187


Repository: hive-git


Description
-------

Incorrect query results in hive when hive.convert.join.bucket.mapjoin.tez is set to true
In some cases, Bucket mapjoin is incorrectly selected which leads to wrong results.


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/optimizer/metainfo/annotation/OpTraitsRulesProcFactory.java 89db530f54 
  ql/src/test/queries/clientpositive/bucket_map_join_tez2.q adcf6962ab 
  ql/src/test/results/clientpositive/llap/bucket_map_join_tez2.q.out 4f042cee50 
  ql/src/test/results/clientpositive/llap/tez_smb_main.q.out 9929989f0e 


Diff: https://reviews.apache.org/r/68506/diff/1/


Testing
-------


Thanks,

Deepak Jaiswal


Re: Review Request 68506: HIVE-20187

Posted by Deepak Jaiswal <dj...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68506/
-----------------------------------------------------------

(Updated Aug. 25, 2018, 6:22 a.m.)


Review request for hive and Gunther Hagleitner.


Changes
-------

Updated results.


Bugs: HIVE-20187
    https://issues.apache.org/jira/browse/HIVE-20187


Repository: hive-git


Description
-------

Incorrect query results in hive when hive.convert.join.bucket.mapjoin.tez is set to true
In some cases, Bucket mapjoin is incorrectly selected which leads to wrong results.


Diffs (updated)
-----

  ql/src/java/org/apache/hadoop/hive/ql/optimizer/metainfo/annotation/OpTraitsRulesProcFactory.java 89db530f54 
  ql/src/test/queries/clientpositive/bucket_map_join_tez2.q adcf6962ab 
  ql/src/test/results/clientpositive/llap/bucket_map_join_tez2.q.out 4f042cee50 
  ql/src/test/results/clientpositive/llap/limit_pushdown.q.out 4fc1419acd 
  ql/src/test/results/clientpositive/llap/offset_limit_ppd_optimizer.q.out 2e8d5f375f 
  ql/src/test/results/clientpositive/llap/tez_smb_main.q.out 9929989f0e 
  ql/src/test/results/clientpositive/spark/bucket_map_join_tez2.q.out 243cbc3428 


Diff: https://reviews.apache.org/r/68506/diff/2/

Changes: https://reviews.apache.org/r/68506/diff/1-2/


Testing
-------


Thanks,

Deepak Jaiswal