Aqua Data Studio 14.0.0-rc-20
Built on: 2013-Sep-16 05:37:45 AM
Operating Environment: Linux (3.5.0-40-generic, amd64) / UTF-8 / 1.6.0_43-b01
Database: Hive 0.11
Issue: Creat Index->Database and Schema name are shown different, while in Query Analyzer schema name is hidden
a] show databases;
b] show schemas;
Both the above commands show same results[databases], means both are synonyms.
1. In Query Analyzer, schema name is missing.
2. LHS Database Tree node->
a]Tables->Right Click-> Create Table
b]Indexs->Right Click->Creat Index
c]Views->Right Click->Create View
for above a,b,c cases, database and schema name are shown different.
If view is created from Database "anil", then schema name should be shown "anil" same as database name, but currently it is shown default.
In dropdownlist only default option is there.
|
236 KB
https://cwiki.apache.org/Hive/languagemanual-ddl.html - The use of SCHEMA and DATABASE are interchangeable – they mean the same thing.
In such a situation, what is the standard in ADS -- do we show blank or default or ...?
We show blanks. I vaguely remember talking to Jenny regarding this and there is an issue logged in similar terms which I will try to find and link
We show blanks. I vaguely remember talking to Jenny regarding this and there is an issue logged in similar terms which I will try to find and link
Issue #10096 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |
https://cwiki.apache.org/Hive/languagemanual-ddl.html - The use of SCHEMA and DATABASE are interchangeable – they mean the same thing.
In such a situation, what is the standard in ADS -- do we show blank or default or ...?