Taras Bobrovytsky has uploaded a new patch set (#2). Change subject: IMPALA-3335: enable single-node optimizaion with joins ......................................................................
IMPALA-3335: enable single-node optimizaion with joins Before this patch, if a query contained multiple scans, the single-node optimization would not be applied. Since IMPALA-561 was recently fixed, this limitation can now be removed. Change-Id: I7de9b759f444bbf3c6505e8dd0b0c7c58dbd1596 --- M fe/src/main/java/com/cloudera/impala/util/MaxRowsProcessedVisitor.java M fe/src/test/java/com/cloudera/impala/planner/PlannerTest.java M testdata/workloads/functional-planner/queries/PlannerTest/small-query-opt.test 3 files changed, 28 insertions(+), 36 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/61/3161/2 -- To view, visit http://gerrit.cloudera.org:8080/3161 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I7de9b759f444bbf3c6505e8dd0b0c7c58dbd1596 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Taras Bobrovytsky <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Taras Bobrovytsky <[email protected]>
