Steve Carlin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/23784


Change subject: IMPALA-13574: Calcite Planner: Enable straight join hint
......................................................................

IMPALA-13574: Calcite Planner: Enable straight join hint

Enable the straight join feature within Calcite.

If the straight join keyword is found, it will avoid doing join
optimization on any joins within that query and all of its
subqueries.

Testing for this commit will be done in the Impala test
framework once it is enabled.

Change-Id: I7246f59f9077717e18f6a9d7155939f016c448a9
---
M java/calcite-planner/src/main/codegen/templates/Parser.jj
M 
java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/node/ImpalaJoinRel.java
M 
java/calcite-planner/src/main/java/org/apache/impala/calcite/rules/ImpalaCoreRules.java
M 
java/calcite-planner/src/main/java/org/apache/impala/calcite/service/CalciteRelNodeConverter.java
M testdata/workloads/functional-query/queries/QueryTest/calcite.test
5 files changed, 69 insertions(+), 32 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/84/23784/2
--
To view, visit http://gerrit.cloudera.org:8080/23784
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7246f59f9077717e18f6a9d7155939f016c448a9
Gerrit-Change-Number: 23784
Gerrit-PatchSet: 2
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: Pranav Lodha <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>

Reply via email to