You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Itamar Rosenn (JIRA)" <ji...@apache.org> on 2009/02/09 02:31:00 UTC

[jira] Created: (HIVE-282) IN statement for WHERE clauses

IN statement for WHERE clauses
------------------------------

                 Key: HIVE-282
                 URL: https://issues.apache.org/jira/browse/HIVE-282
             Project: Hadoop Hive
          Issue Type: New Feature
            Reporter: Itamar Rosenn


Would be great to support "IN" and "NOT IN" statements for WHERE clauses, as does standard SQL. Could be a simple query rewrite to what I'm forced to do now, which is encoding the desired IN statement as a disjunction.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-282) IN statement for WHERE clauses

Posted by "Raghotham Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghotham Murthy updated HIVE-282:
----------------------------------

    Component/s: Query Processor

> IN statement for WHERE clauses
> ------------------------------
>
>                 Key: HIVE-282
>                 URL: https://issues.apache.org/jira/browse/HIVE-282
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Itamar Rosenn
>
> Would be great to support "IN" and "NOT IN" statements for WHERE clauses, as does standard SQL. Could be a simple query rewrite to what I'm forced to do now, which is encoding the desired IN statement as a disjunction.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.