> On Aug. 30, 2017, 3:35 a.m., Gopal V wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/SemiJoinBranchInfo.java > > Lines 30 (patched) > > <https://reviews.apache.org/r/61985/diff/1/?file=1807523#file1807523line30> > > > > I prefer a Boolean object, which goes from null -> false/true, so that > > you can encode (not-set, true, false) in one field. > > Deepak Jaiswal wrote: > Will do that.
In this case, we have very straightforward states so keeping it as it is. - Deepak ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61985/#review184120 ----------------------------------------------------------- On Aug. 30, 2017, 5:58 a.m., Deepak Jaiswal wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61985/ > ----------------------------------------------------------- > > (Updated Aug. 30, 2017, 5:58 a.m.) > > > Review request for hive, Gopal V and Jason Dere. > > > Bugs: HIVE-17399 > https://issues.apache.org/jira/browse/HIVE-17399 > > > Repository: hive-git > > > Description > ------- > > Do not remove semijoin branch if it feeds to TS->DPP_EVENT > > > Diffs > ----- > > ql/src/java/org/apache/hadoop/hive/ql/parse/SemiJoinBranchInfo.java > 5d7b9e5c6d > 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 > 3bd35bf2d8 > > > Diff: https://reviews.apache.org/r/61985/diff/2/ > > > Testing > ------- > > > Thanks, > > Deepak Jaiswal > >