Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-487

RHS of join should not require copying (and therefore enable codegen)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 1.1
    • Impala 1.2
    • None
    • None

    Description

      Codegen is disabled whenver data copying is required. It used to be the case that the scan node from the right hand side of the join requires copying because both lhs and rhs of the scan node appear in the same fragment. As of now, scan node from the rhs of a join is in its own fragment. Therefore, it should not require copying data anymore (unless it's a single node plan). This should enable codegen.

      Attachments

        Activity

          People

            nong_impala_60e1 Nong Li
            alan@cloudera.com Alan Choi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: