Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23312
Change subject: IMPALA-14102: Calcite Planner: Pre-commit... ...................................................................... IMPALA-14102: Calcite Planner: Pre-commit... This commit is a pre-commit for IMPALA-14102. This jira customizes the LoptOptimizeJoinRule. This commit serves as a placeholder starting point so we can easily see the customized changes that are made by comparing the real IMPALA-14102 against the file in this commit which is a direct copy of the rule file in Calcite v1.37. Change-Id: I63daf6dacf0547a0488c1ecf0bc185b548e00d87 --- A java/calcite-planner/src/main/java/org/apache/impala/calcite/rules/LoptOptimizeJoinRule.java 1 file changed, 2,106 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/12/23312/1 -- 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: newchange Gerrit-Change-Id: I63daf6dacf0547a0488c1ecf0bc185b548e00d87 Gerrit-Change-Number: 23312 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
