----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62728/#review186895 -----------------------------------------------------------
ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java Line 893 (original), 893 (patched) <https://reviews.apache.org/r/62728/#comment263772> Semantics of fix are correct. However, could it be rewritten this more compact version: ... if (postProcess(xpl_note)) { val = m.invoke(work, inTest); } else ... - Jesús Camacho Rodríguez On Oct. 2, 2017, 6:11 p.m., Vineet Garg wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/62728/ > ----------------------------------------------------------- > > (Updated Oct. 2, 2017, 6:11 p.m.) > > > Review request for hive and Jesús Camacho Rodríguez. > > > Bugs: HIVE-17602 > https://issues.apache.org/jira/browse/HIVE-17602 > > > Repository: hive-git > > > Description > ------- > > Inadvertently broken by HIVE-17510 > > > Diffs > ----- > > ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java da76c3ca28 > > > Diff: https://reviews.apache.org/r/62728/diff/1/ > > > Testing > ------- > > > Thanks, > > Vineet Garg > >