You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashish Thusoo (JIRA)" <ji...@apache.org> on 2008/12/01 18:19:44 UTC

[jira] Updated: (HIVE-58) [hive] join condition does not allow a simple filter

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

Ashish Thusoo updated HIVE-58:
------------------------------

    Component/s: Query Processor

> [hive] join condition does not allow a simple filter
> ----------------------------------------------------
>
>                 Key: HIVE-58
>                 URL: https://issues.apache.org/jira/browse/HIVE-58
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            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.