[
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)