Sahil Takiar created HIVE-17244:
-----------------------------------

             Summary: DPP isn't triggered against partition columns that are 
added to each other
                 Key: HIVE-17244
                 URL: https://issues.apache.org/jira/browse/HIVE-17244
             Project: Hive
          Issue Type: Improvement
            Reporter: Sahil Takiar


DPP doesn't get triggered for queries such as:

{code}
EXPLAIN SELECT count(*) FROM partitioned_table4 pt4 JOIN regular_table1 rt1 ON 
pt4.part_col1 + pt4.part_col2 = rt1.col1 + 1;
{code}

This affects both Hive-on-Spark and Hive-on-Tez.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to