ttttttz has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21671
Change subject: IMPALA-13274: The parent node shouldn't reference the output of certain join nodes ...................................................................... IMPALA-13274: The parent node shouldn't reference the output of certain join nodes The parent node shouldn't reference the output of certain join nodes, including those with join operators LEFT_ANTI_JOIN, LEFT_SEMI_JOIN, NULL_AWARE_LEFT_ANTI_JOIN, and ICEBERG_DELETE_JOIN. In addition, while computing tuple ids, for these join nodes we only retain the tuple ids of the outer. If the output of these join nodes is referenced, the backend might trigger a missing tuples error. Tests - Add e2e test Change-Id: I50b82d85737025df2fdd9e7ab0fca2385e642415 --- M fe/src/main/java/org/apache/impala/planner/JoinNode.java 1 file changed, 20 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/71/21671/1 -- To view, visit http://gerrit.cloudera.org:8080/21671 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I50b82d85737025df2fdd9e7ab0fca2385e642415 Gerrit-Change-Number: 21671 Gerrit-PatchSet: 1 Gerrit-Owner: ttttttz <[email protected]>
