You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Will Berkeley (JIRA)" <ji...@apache.org> on 2016/09/06 18:37:20 UTC

[jira] [Resolved] (KUDU-1113) pushed predicates not displaying on scans web page

     [ https://issues.apache.org/jira/browse/KUDU-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Will Berkeley resolved KUDU-1113.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

> pushed predicates not displaying on scans web page
> --------------------------------------------------
>
>                 Key: KUDU-1113
>                 URL: https://issues.apache.org/jira/browse/KUDU-1113
>             Project: Kudu
>          Issue Type: Bug
>          Components: impala
>    Affects Versions: Private Beta
>            Reporter: Todd Lipcon
>            Assignee: Will Berkeley
>             Fix For: 1.0.0
>
>
> I ran:
> {code}
> Query: create table last_loop_pq stored as parquet as select key1,key2,prev1,prev2 from integrationtestbiglinkedlist where client between 'Job: job_1439762566588_0117' and 'Job: job_1439762566588_0118'
> {code}
> and the plan in Impala is showing:
> {code}
>   00:SCAN KUDU [default.integrationtestbiglinkedlist]
>      kudu predicates: client >= 'Job: job_1439762566588_0117', client <= 'Job: job_1439762566588_0118'     hosts=71 per-host-mem=0B
> {code}
> but the /scanz page on a Kudu TS isn't showing any pushed predicates.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)