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

[jira] Resolved: (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 ]

Namit Jain resolved HIVE-58.
----------------------------

    Resolution: Fixed

resolved as part of big merge

> [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.