ability to select across a database ----------------------------------- Key: HIVE-1517 URL: https://issues.apache.org/jira/browse/HIVE-1517 Project: Hadoop Hive Issue Type: Improvement Components: Query Processor Reporter: Namit Jain Assignee: Carl Steinbach
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.