Steve Carlin has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/23127 )
Change subject: (WIP do not review) ...................................................................... (WIP do not review) IMPALA-14105: Calcite planner: Runtime filters not being applied with outer joins XXX: fill in rest of comment This commit fixes the Calcite planner so that runtime filters will be applied when there is an outer join. Change-Id: I13c55fa36dbce9942f7a10faff6d35be436c5895 --- M java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/node/ImpalaHdfsScanRel.java 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/rel/node/ParentPlanRelContext.java M java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/phys/ImpalaHdfsScanNode.java M java/calcite-planner/src/main/java/org/apache/impala/calcite/schema/CalciteTable.java M testdata/workloads/functional-planner/queries/PlannerTest/calcite_tpcds/tpcds-q16.test M testdata/workloads/functional-planner/queries/PlannerTest/calcite_tpcds/tpcds-q69.test M testdata/workloads/functional-planner/queries/PlannerTest/calcite_tpcds/tpcds-q78.test M testdata/workloads/functional-planner/queries/PlannerTest/calcite_tpcds/tpcds-q94.test 9 files changed, 150 insertions(+), 165 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/27/23127/2 -- To view, visit http://gerrit.cloudera.org:8080/23127 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I13c55fa36dbce9942f7a10faff6d35be436c5895 Gerrit-Change-Number: 23127 Gerrit-PatchSet: 2 Gerrit-Owner: Steve Carlin <[email protected]>
