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/04 01:07:44 UTC

[jira] Updated: (HIVE-111) join without a ON clause dies

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

Namit Jain updated HIVE-111:
----------------------------

    Attachment: patch.txt

> join without a ON clause dies
> -----------------------------
>
>                 Key: HIVE-111
>                 URL: https://issues.apache.org/jira/browse/HIVE-111
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: patch.txt
>
>
> join without a ON clause dies
> For eg: the following query:
> select x.* from x JOIN y
> results in a null pointer exception.
> It should be treated as a cartesian product

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