Riza Suminto has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/20397


Change subject: IMPALA-12387: PartialUpdates is misleading for LOCAL filter
......................................................................

IMPALA-12387: PartialUpdates is misleading for LOCAL filter

In filter table, PartialUpdates is intended to mark if coordinator
receive only partial update from contributing fragments. This can be
misleading for LOCAL filter in column "Min value", "Max value", and
"In-list size", because LOCAL filter does not aggregate in coordinator
anymore. Thus, coordinator does not receive any filter update.

This patch mark such column value as "LOCAL" if no global aggregation is
expected in coordinator.

Testing:
- Pass core tests.

Change-Id: I56078a458799671246ff90b831e5ecebd04a78e8
---
M be/src/runtime/coordinator.cc
M testdata/workloads/functional-query/queries/QueryTest/in_list_filters.test
2 files changed, 12 insertions(+), 6 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I56078a458799671246ff90b831e5ecebd04a78e8
Gerrit-Change-Number: 20397
Gerrit-PatchSet: 1
Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com>

Reply via email to