Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.1
-
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.