-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61956/
-----------------------------------------------------------
(Updated Aug. 30, 2017, 2:21 a.m.)
Review request for hive, Gopal V and Jason Dere.
Changes
-------
Redid the code to track the parallel semijoin edges when it encounters a
MapJoinOperator in small table side.
Bugs: HIVE-17323
https://issues.apache.org/jira/browse/HIVE-17323
Repository: hive-git
Description
-------
HIVE-16260 allows removal of parallel edges of semijoin with mapjoins.
https://issues.apache.org/jira/browse/HIVE-16260
However, it should also consider dynamic partition pruning edge like semijoin
without removing it while traversing the query tree.
Diffs (updated)
-----
ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java 1671773d4a
ql/src/test/queries/clientpositive/dynamic_semijoin_reduction.q b22890bc9d
ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction.q.out
478b0828a3
Diff: https://reviews.apache.org/r/61956/diff/4/
Changes: https://reviews.apache.org/r/61956/diff/3-4/
Testing
-------
Thanks,
Deepak Jaiswal