Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.5.0
Description
Now that IMPALA-561 has been fixed, we can remove the workaround that disables the our single-node optimization for any plan with joins. See MaxRowsProcessedVisitor.java:
} else if (caller instanceof HashJoinNode || caller instanceof NestedLoopJoinNode) { // Revisit when multiple scan nodes can be executed in a single fragment, IMPALA-561 abort_ = true; return; }
Attachments
Issue Links
- depends upon
-
IMPALA-4866 Hash join node does not apply limits correctly
- Resolved