----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43143/#review118045 -----------------------------------------------------------
ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJoinProjectTransposeRule.java (line 153) <https://reviews.apache.org/r/43143/#comment179316> This rule is only applied over the Project children. Thus, why is the parameter for the method hasAggregateChildWithIndicator e.g. leftJoinChild instead of leftProj? - Jesús Camacho Rodríguez On Feb. 3, 2016, 8:54 p.m., Hari Sankar Sivarama Subramaniyan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/43143/ > ----------------------------------------------------------- > > (Updated Feb. 3, 2016, 8:54 p.m.) > > > Review request for hive, Jesús Camacho Rodríguez and John Pullokkaran. > > > Repository: hive-git > > > Description > ------- > > CBO: Calcite Operator To Hive Operator (Calcite Return Path): TestCliDriver > groupby_grouping_sets4.q failure > > > Diffs > ----- > > > ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJoinProjectTransposeRule.java > f6b2d84 > > Diff: https://reviews.apache.org/r/43143/diff/ > > > Testing > ------- > > Precommit runs > > > Thanks, > > Hari Sankar Sivarama Subramaniyan > >