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