mirror of
https://github.com/apache/impala.git
synced 2026-01-24 06:00:49 -05:00
Fixes: 1. Change the planner to not invert null-aware anti join because there is only a left version. Also, always use a hash join because the nested-loop join does not support that join mode. 2. Fix PartitionedJoinNode::Reset() and related calls to make the join usable in subplans with the left null-aware anti join mode. Change-Id: I8da50747f6a0412c5858fd32b9498f58ed779712 Reviewed-on: http://gerrit.cloudera.org:8080/847 Reviewed-by: Marcel Kornacker <marcel@cloudera.com> Tested-by: Internal Jenkins