Taras Bobrovytsky has uploaded a new change for review. http://gerrit.cloudera.org:8080/7476
Change subject: IMPALA-5689: Avoid inverting non-equi right joins ...................................................................... IMPALA-5689: Avoid inverting non-equi right joins When checking if a join can be inverted, we forgot to also check that the resulting join would not be a non-equi left semi or non-equi left outer join. We currently do not support those kinds of joins in the backend. Testing: -Added a planner test Change-Id: I91ba66fe30139fcd44d4615a142f183266800aab --- M fe/src/main/java/org/apache/impala/planner/Planner.java M testdata/workloads/functional-planner/queries/PlannerTest/nested-loop-join.test 2 files changed, 63 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/76/7476/1 -- To view, visit http://gerrit.cloudera.org:8080/7476 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I91ba66fe30139fcd44d4615a142f183266800aab Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Taras Bobrovytsky <[email protected]>
