Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23691
Change subject: IMPALA-14434: Calcite planner: implement partition key scan optimization ...................................................................... IMPALA-14434: Calcite planner: implement partition key scan optimization Implemented the partition key scan optimization for Calcite planner Most of the code was already in place. Just needed to refactor some code in SingleNodePlanner to make it callable from Calcite and use the already created isPartitionKeyScan method in ImpalaHdfsScanRel. Testing was done by running the Impala e2e tests with the use_calcite_planner flag set to true. Change-Id: I7b5b8a8115f65f6be27a5be0e19f21eebab61a32 --- M fe/src/main/java/org/apache/impala/planner/SingleNodePlanner.java M java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/node/ImpalaHdfsScanRel.java M testdata/workloads/functional-query/queries/QueryTest/calcite.test 3 files changed, 65 insertions(+), 30 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/23691/1 -- To view, visit http://gerrit.cloudera.org:8080/23691 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7b5b8a8115f65f6be27a5be0e19f21eebab61a32 Gerrit-Change-Number: 23691 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <[email protected]>
