[ 
https://issues.apache.org/jira/browse/IMPALA-12387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17759398#comment-17759398
 ] 

ASF subversion and git services commented on IMPALA-12387:
----------------------------------------------------------

Commit 218c4c447eadb14fadb8310db4b46ab8c04cb1ba in impala's branch 
refs/heads/master from Riza Suminto
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=218c4c447 ]

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
Reviewed-on: http://gerrit.cloudera.org:8080/20397
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> PartialUpdates is misleading for LOCAL filter
> ---------------------------------------------
>
>                 Key: IMPALA-12387
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12387
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>    Affects Versions: Impala 4.2.0
>            Reporter: Riza Suminto
>            Assignee: Riza Suminto
>            Priority: Minor
>              Labels: ramp-up, runtime-filters
>
> In filter table, PartialUpdates is intended to mark if coordinator receive 
> only partial update for a MIN_MAX filter from contributing fragments. This 
> can be misleading for LOCAL filter because LOCAL filter does not aggregate in 
> coordinator. Thus, coordinator does not receive any filter update.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to