Hello Alex Behm,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/2721
to look at the new patch set (#3).
Change subject: IMPALA-3245 / IMPALA-3305: Fix crash with global filters when
NUM_NODES=1
......................................................................
IMPALA-3245 / IMPALA-3305: Fix crash with global filters when NUM_NODES=1
Filter locality was not correctly set when NUM_NODES=1 (and therefore no
distributed plan was created). The default locality should be 'local'.
This patch also fixes a bug where the initial filter routing table
wasn't printed when NUM_NODES=1.
Change-Id: I7b9a6bcc64ca6ec5fd51d63815cea25de866ef93
---
M be/src/runtime/coordinator.cc
M be/src/runtime/coordinator.h
M fe/src/main/java/com/cloudera/impala/planner/DistributedPlanner.java
M fe/src/main/java/com/cloudera/impala/planner/RuntimeFilterGenerator.java
M testdata/workloads/functional-query/queries/QueryTest/runtime_filters.test
5 files changed, 153 insertions(+), 117 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/21/2721/3
--
To view, visit http://gerrit.cloudera.org:8080/2721
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7b9a6bcc64ca6ec5fd51d63815cea25de866ef93
Gerrit-PatchSet: 3
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Henry Robinson <[email protected]>
Gerrit-Reviewer: Alex Behm <[email protected]>
Gerrit-Reviewer: Henry Robinson <[email protected]>