----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65803/#review198293 -----------------------------------------------------------
ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java Lines 148 (patched) <https://reviews.apache.org/r/65803/#comment278402> You need to keep that becuase DPP might have introduced filters which needs to be removed and those will be there until runRemoveDynamicPruningOptimization(). So, lets keep it at both places. ql/src/test/results/clientpositive/llap/llap_partitioned.q.out Line 1713 (original), 1713 (patched) <https://reviews.apache.org/r/65803/#comment278403> New value is good. So, we are good. Value has changed for better, no need of investigation. ql/src/test/results/clientpositive/llap/semijoin_hint.q.out Line 490 (original), 490 (patched) <https://reviews.apache.org/r/65803/#comment278404> ok. ql/src/test/results/clientpositive/llap/subquery_in_having.q.out Line 1570 (original), 1570 (patched) <https://reviews.apache.org/r/65803/#comment278405> No need. There are no material changes in plan/execution. ql/src/test/results/clientpositive/llap/subquery_multi.q.out Line 3992 (original) <https://reviews.apache.org/r/65803/#comment278406> cool. ql/src/test/results/clientpositive/llap/vector_reduce_groupby_duplicate_cols.q.out Line 62 (original), 62 (patched) <https://reviews.apache.org/r/65803/#comment278407> ok. - Ashutosh Chauhan On Feb. 26, 2018, 1:35 p.m., Zoltan Haindrich wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/65803/ > ----------------------------------------------------------- > > (Updated Feb. 26, 2018, 1:35 p.m.) > > > Review request for hive and Ashutosh Chauhan. > > > Bugs: HIVE-18805 > https://issues.apache.org/jira/browse/HIVE-18805 > > > Repository: hive-git > > > Description > ------- > > added an earlier invocation > > > Diffs > ----- > > ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java > f9a6386ecf93f5de86de67cd383d6f140729bf08 > ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_2.q.out > cab45c9410f44d9fdb4d06a3940be253c5ad1524 > ql/src/test/results/clientpositive/llap/explainuser_1.q.out > 43ca0d9ad718eec92663027f824f89cff9ca5de0 > ql/src/test/results/clientpositive/llap/join32_lessSize.q.out > 5b5be1370251519e1ae236e24acf96a17c5ed311 > ql/src/test/results/clientpositive/llap/join46.q.out > 4625b9fed8fa3736c56bec91d42dfa1e7e916168 > ql/src/test/results/clientpositive/llap/limit_join_transpose.q.out > 4dd7432ac50ebef54d15f72399ecdc3d284010c4 > ql/src/test/results/clientpositive/llap/llap_partitioned.q.out > ac754674ea82c5037808d3ed2a8c9dd7fe12cca5 > ql/src/test/results/clientpositive/llap/mapjoin46.q.out > f530c1e8e1b654bc621f1619df6bbc6d09e3ae7f > ql/src/test/results/clientpositive/llap/semijoin_hint.q.out > cdfa73349b5913a1ab07b902095e9c1716b77cdd > ql/src/test/results/clientpositive/llap/subquery_in_having.q.out > cc0b6a597aa2309376c62140f623debedac7aa8f > ql/src/test/results/clientpositive/llap/subquery_multi.q.out > 67a22c812f01a1207f6ec1d5fc8621e523f59582 > ql/src/test/results/clientpositive/llap/subquery_notin.q.out > 50c18c8a68984dacd26cfdec9925a26e856b467d > ql/src/test/results/clientpositive/llap/subquery_scalar.q.out > cec3daa08593e0c9eb789ef6591f8c3463224a5b > ql/src/test/results/clientpositive/llap/subquery_select.q.out > 89eab37d07b9d37806033e1b2ebf59cbe12d014f > ql/src/test/results/clientpositive/llap/tez_join_tests.q.out > 75879fb157397408f4bd425494f2c9d8e8426010 > ql/src/test/results/clientpositive/llap/tez_joins_explain.q.out > 3790b37760d23c9f3f49a849de6466ddff9814dc > > ql/src/test/results/clientpositive/llap/vector_reduce_groupby_duplicate_cols.q.out > 07c1e4188c8afa9c5793c2f5890a3af9acd6a6c9 > ql/src/test/results/clientpositive/perf/tez/query72.q.out > 55ddd5a0f867052ac2cfbc1682978f8f03c1fce3 > ql/src/test/results/clientpositive/perf/tez/query78.q.out > 9c2d7b3491fa7c40ef72967e6eecca7f7f689a02 > > > Diff: https://reviews.apache.org/r/65803/diff/1/ > > > Testing > ------- > > run precommit > > > Thanks, > > Zoltan Haindrich > >