You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2017/08/23 22:20:00 UTC

[jira] [Created] (HIVE-17378) CBO: HiveReduceExpressionsWithStatsRule can operate on IS_NULL and IS_NOT_NULL

Gopal V created HIVE-17378:
------------------------------

             Summary: CBO: HiveReduceExpressionsWithStatsRule can operate on IS_NULL and IS_NOT_NULL
                 Key: HIVE-17378
                 URL: https://issues.apache.org/jira/browse/HIVE-17378
             Project: Hive
          Issue Type: Bug
          Components: CBO
    Affects Versions: 3.0.0
            Reporter: Gopal V


{code}
 * Currently we support the simplification of =, >=, <=, >, <, and
 * IN operations.
 */
{code}

IS_NULL and IS_NOT_NULL are closely related and can be processed by this rule.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)