Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
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.....
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-849 <database_name>.<table_name>.<column_name> not supported
- Resolved
- is related to
-
HIVE-1977 DESCRIBE TABLE syntax doesn't support specifying a database qualified table name
- Closed
- relates to
-
HIVE-2228 Can't use DB qualified column names in WHERE or GROUP BY clauses
- Open
- requires
-
HIVE-675 Add Database/Schema support to Hive QL
- Closed