-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56110/
-----------------------------------------------------------
Review request for hive and Jason Dere.
Bugs: HIVE-15760
https://issues.apache.org/jira/browse/HIVE-15760
Repository: hive-git
Description
-------
Fix ConcurrentModification Excpetion when removing semijoin operator due to a
cycle created by Mapjoin-Mapjoin-semijoin.
It now traverses the graph and prepares a list of potential candidates and then
processes them in 2nd pass.
Did the similar changes for SMBJoin related semijoin removal logic.
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java cf8e843
Diff: https://reviews.apache.org/r/56110/diff/
Testing
-------
Thanks,
Deepak Jaiswal