Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21908
Change subject: IMPALA-13429: Calcite planner crashing with outer join ...................................................................... IMPALA-13429: Calcite planner crashing with outer join The Calcite planner was crashing when there was an outer join and there was a conjunct that compared two columns within the same table. This conjunct needs to be place in "other" conjuncts rather than "equi" conjuncts. Change-Id: I4ae2d257fa58f3a58079b6aa551c32ffda7d28cf --- M java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/node/ImpalaJoinRel.java A java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/util/RexInputRefCollector.java 2 files changed, 82 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/08/21908/1 -- To view, visit http://gerrit.cloudera.org:8080/21908 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4ae2d257fa58f3a58079b6aa551c32ffda7d28cf Gerrit-Change-Number: 21908 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <[email protected]>
