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 2010/12/01 22:58:12 UTC

[jira] Commented: (HIVE-1517) ability to select across a database

    [ https://issues.apache.org/jira/browse/HIVE-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965865#action_12965865 ] 

Namit Jain commented on HIVE-1517:
----------------------------------

@Carl, are you working on it ?

We might need it internally at facebook, so wanted to know if you are working on it currently.

> ability to select across a database
> -----------------------------------
>
>                 Key: HIVE-1517
>                 URL: https://issues.apache.org/jira/browse/HIVE-1517
>             Project: Hive
>          Issue Type: Improvement
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Carl Steinbach
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1517.1.patch.txt
>
>
> After  https://issues.apache.org/jira/browse/HIVE-675, we need a way to be able to select across a database for this feature to be useful.
> For eg:
> use db1
> create table foo(....);
> use db2
> select .. from db1.foo.....

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