Internal Jenkins has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2721 Reviewed-by: Henry Robinson <[email protected]> Tested-by: Internal Jenkins --- 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(-) Approvals: Henry Robinson: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2721 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7b9a6bcc64ca6ec5fd51d63815cea25de866ef93 Gerrit-PatchSet: 7 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]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Marcel Kornacker <[email protected]>
