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

Navis updated HIVE-3584:
------------------------

    Status: Patch Available  (was: Open)

This patch contains input pruning for empty table, which means predicate for TS 
is FALSE, it does not read anything from it. This was supported behavior for 
partitioned table but for non-partitioned empty table, it was not.
                
> Merging compare predicates
> --------------------------
>
>                 Key: HIVE-3584
>                 URL: https://issues.apache.org/jira/browse/HIVE-3584
>             Project: Hive
>          Issue Type: Improvement
>          Components: Query Processor
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>         Attachments: HIVE-3584.D6069.1.patch
>
>
> Some compare predicates, for example 'a>10 AND a>20' can be merged into 'a>20'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to