You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2016/05/04 10:04:12 UTC

[jira] [Resolved] (HIVE-11056) Boolean property to specify if an operator can project columns out of the input tuples

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

Jesus Camacho Rodriguez resolved HIVE-11056.
--------------------------------------------
    Resolution: Won't Fix

> Boolean property to specify if an operator can project columns out of the input tuples
> --------------------------------------------------------------------------------------
>
>                 Key: HIVE-11056
>                 URL: https://issues.apache.org/jira/browse/HIVE-11056
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Jesus Camacho Rodriguez
>
> Some operators such as SEL or RS can project columns out of the input tuples; however, some others will just forward the input tuples and do not project columns out of them e.g. FIL will forward the input tuples if the condition evaluates to true, without modifying them.
> We want to have a boolean property to differentiate between this kind of operators. This may help simplifying the code e.g. for ColumnPruner optimizer.



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