Bikramjeet Vig has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/7560

Change subject: IMPALA-5602: Fix kudu queries being incorrectly optimized as 
small query
......................................................................

IMPALA-5602: Fix kudu queries being incorrectly optimized as small query

Fixes a bug where queries on kudu tables that have all their predicates
pushed to kudu and have a limit were incorrectly being optimized as a
'small query' and therefore running on a single node with a single
scanner thread.

Testing:
Added planner test to verify small query optimization is not used

Change-Id: I93822d67ebda41d5d0456095c429e3915a3f40c4
---
M fe/src/main/java/org/apache/impala/planner/KuduScanNode.java
M fe/src/test/java/org/apache/impala/planner/PlannerTest.java
M testdata/workloads/functional-planner/queries/PlannerTest/kudu.test
3 files changed, 623 insertions(+), 253 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/60/7560/1
-- 
To view, visit http://gerrit.cloudera.org:8080/7560
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I93822d67ebda41d5d0456095c429e3915a3f40c4
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Bikramjeet Vig <bikramjeet....@cloudera.com>

Reply via email to