mirror of
https://github.com/apache/impala.git
synced 2026-01-26 12:02:21 -05:00
is exhausted This commit fixes an issue where BlockingJoinNode will incorrectly set eos_ flag to true when the probe side is exhausted without considering the join mode that is executed. This would cause the NestedLoopJoinNode to sometimes return wrong results when a right-outer, right-anti or full-outer join mode is used. This issue appeared in nested TPC-H Q22. Change-Id: I01f2118d4db3d8739201d5c3f475f5b7e328555a Reviewed-on: http://gerrit.cloudera.org:8080/753 Reviewed-by: Alex Behm <alex.behm@cloudera.com> Tested-by: Internal Jenkins