You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2016/08/24 01:04:20 UTC

[jira] [Resolved] (KUDU-935) Don't force un-materialized slots that are referenced in predicates to be materialized

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

Todd Lipcon resolved KUDU-935.
------------------------------
       Resolution: Duplicate
    Fix Version/s: n/a

thanks, resolved as dup for now given it's tracked within Impala

> Don't force un-materialized slots that are referenced in predicates to be materialized
> --------------------------------------------------------------------------------------
>
>                 Key: KUDU-935
>                 URL: https://issues.apache.org/jira/browse/KUDU-935
>             Project: Kudu
>          Issue Type: Bug
>          Components: impala
>    Affects Versions: Feature Complete
>            Reporter: David Alves
>            Assignee: David Alves
>             Fix For: n/a
>
>
> Right now slotref thrift serialization makes sure the slots are materialized before serialization, but for kudu we send slot refs just to build the kudu predicates, meaning the slots might not be referenced in the projection at all. In this case we should avoid materializing the slots (and thus allocating memory).



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