----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68139/#review206721 -----------------------------------------------------------
ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g Line 1951 (original), 1965 (patched) <https://reviews.apache.org/r/68139/#comment289805> Can we reuse viewPartition rule for this. Only diff is ON vs BY keyword. I think its better to be consistent with views (which uses ON) then tables (BY) in this case. ql/src/test/queries/clientpositive/materialized_view_partitioned.q Lines 56 (patched) <https://reviews.apache.org/r/68139/#comment289806> I see there are no select from src_txn in tests. I thought rewriting will work on partitioned MVs without any changes. Selecting MV among multiple views needs some work. - Ashutosh Chauhan On Aug. 1, 2018, 3:07 a.m., Jesús Camacho Rodríguez wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68139/ > ----------------------------------------------------------- > > (Updated Aug. 1, 2018, 3:07 a.m.) > > > Review request for hive and Ashutosh Chauhan. > > > Bugs: HIVE-14493 > https://issues.apache.org/jira/browse/HIVE-14493 > > > Repository: hive-git > > > Description > ------- > > HIVE-14493 > > > Diffs > ----- > > ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java > 61396e76abc8ccb8c4a41f1b9f498736c114eb0b > ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g > 49f5487f400a9278248d5ab279dcc9c6a551c416 > ql/src/test/queries/clientpositive/materialized_view_partitioned.q > PRE-CREATION > ql/src/test/results/clientpositive/llap/materialized_view_partitioned.q.out > PRE-CREATION > > > Diff: https://reviews.apache.org/r/68139/diff/2/ > > > Testing > ------- > > > Thanks, > > Jesús Camacho Rodríguez > >