-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60382/
-----------------------------------------------------------
(Updated June 27, 2017, 8:38 p.m.)
Review request for hive and Jason Dere.
Bugs: HIVE-16947
https://issues.apache.org/jira/browse/HIVE-16947
Repository: hive-git
Description
-------
Typically a semijoin branch and a mapjoin may create a cycle when on same
operator tree. This is already handled, however, a semijoin branch can serve
more than one filters and the cycle detection logic currently only handles the
1st one causing cycles preventing the queries from running.
Diffs (updated)
-----
ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConvertJoinMapJoin.java
98fec77010
Diff: https://reviews.apache.org/r/60382/diff/2/
Changes: https://reviews.apache.org/r/60382/diff/1-2/
Testing
-------
Thanks,
Deepak Jaiswal