You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2016/04/07 22:38:25 UTC

[jira] [Assigned] (HIVE-12968) genNotNullFilterForJoinSourcePlan: needs to merge predicates into the multi-AND

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

Ashutosh Chauhan reassigned HIVE-12968:
---------------------------------------

    Assignee: Ashutosh Chauhan  (was: Gopal V)

> genNotNullFilterForJoinSourcePlan: needs to merge predicates into the multi-AND
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-12968
>                 URL: https://issues.apache.org/jira/browse/HIVE-12968
>             Project: Hive
>          Issue Type: Improvement
>          Components: Logical Optimizer
>    Affects Versions: 2.1.0
>            Reporter: Gopal V
>            Assignee: Ashutosh Chauhan
>            Priority: Minor
>         Attachments: HIVE-12968.1.patch, HIVE-12968.2.patch, HIVE-12968.3.patch, HIVE-12968.4.patch, HIVE-12968.5.patch, HIVE-12968.6.patch, HIVE-12968.7.patch
>
>
> {code}
> predicate: ((cbigint is not null and cint is not null) and cint BETWEEN 1000000 AND 3000000) (type: boolean)
> {code}
> does not fold the IS_NULL on cint, because of the structure of the AND clause.
> For example, see {{tez_dynpart_hashjoin_1.q}}



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