You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2008/09/11 00:06:44 UTC

[jira] Created: (HADOOP-4153) [hive] join condition does not allow a simple filter

[hive] join condition does not allow a simple filter
----------------------------------------------------

                 Key: HADOOP-4153
                 URL: https://issues.apache.org/jira/browse/HADOOP-4153
             Project: Hadoop Core
          Issue Type: Bug
            Reporter: Namit Jain


In the join condition, a simple filter condition cannot be specified.

For example,
  select .... from A join B ON (A.a = B.b and A.x = 10);

is not supported.  This can be very useful specially in case of outer joins.

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


[jira] Assigned: (HADOOP-4153) [hive] join condition does not allow a simple filter

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

Namit Jain reassigned HADOOP-4153:
----------------------------------

    Assignee: Namit Jain

> [hive] join condition does not allow a simple filter
> ----------------------------------------------------
>
>                 Key: HADOOP-4153
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4153
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>
> In the join condition, a simple filter condition cannot be specified.
> For example,
>   select .... from A join B ON (A.a = B.b and A.x = 10);
> is not supported.  This can be very useful specially in case of outer joins.

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