Riza Suminto has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23312 )
Change subject: IMPALA-14102: [part 1] Calcite Planner: optimize join rule ...................................................................... IMPALA-14102: [part 1] Calcite Planner: optimize join rule This is part 1 of the commit for optimizing join rules for Calcite. This commit is just a copy of the LoptOptimizeJoinRule.java from Calcite v1.37 for subsequent modification. The purpose of this commit is to serve as a placeholder starting point so we can easily see the customized changes that are made by comparing Impala specific modifications for the rule which will be done in subsequent commits for IMPALA-14102. Change-Id: I63daf6dacf0547a0488c1ecf0bc185b548e00d87 Reviewed-on: http://gerrit.cloudera.org:8080/23312 Reviewed-by: Michael Smith <[email protected]> Reviewed-by: Aman Sinha <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- A java/calcite-planner/src/main/java/org/apache/impala/calcite/rules/LoptOptimizeJoinRule.java 1 file changed, 2,118 insertions(+), 0 deletions(-) Approvals: Michael Smith: Looks good to me, but someone else must approve Aman Sinha: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/23312 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I63daf6dacf0547a0488c1ecf0bc185b548e00d87 Gerrit-Change-Number: 23312 Gerrit-PatchSet: 9 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Anonymous Coward (816) Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Steve Carlin <[email protected]>
