Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-17244

DPP isn't triggered against partition columns that are added to each other

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      DPP doesn't get triggered for queries such as:

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

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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              stakiar Sahil Takiar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: