Michael Smith has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/21908 Reviewed-by: Michael Smith <[email protected]> Tested-by: Michael Smith <[email protected]> --- 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, 104 insertions(+), 6 deletions(-) Approvals: Michael Smith: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I4ae2d257fa58f3a58079b6aa551c32ffda7d28cf Gerrit-Change-Number: 21908 Gerrit-PatchSet: 7 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Anonymous Coward (816) Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Steve Carlin <[email protected]>
