Aqua Data Studio 16.0.0-alpha-21
Build #: 42212
Built on: 2015-Feb-04 04:11:26 PM
OS: Ubuntu 14.04 LTS
Linux (3.13.0-32-generic, amd64) / UTF-8 / en / IN / Oracle Corporation 1.7.0_60-b19
Memory: Max=704,643,072; Total=447,217,664; Free=242,025,808; CPUs=8
Database : Hortonworks Hive - HDP2.2 Hive 0.14
Issue: Table Columns pop- up header shown as hue
Steps to reproduce issue:
1] Open Query analyzer,
2] Write below query in query analyzer , and replace the table name with valid name present in your database
SELECT * FROM <table_name> WHERE
3] To check auto completion, after where, press Ctrl+space key, it displays a pop-up showing table columns.
Here the pop-up header is shown wrong 'hue', It should be 'Current Table Columns' .
4]For other databases ADS displays this header lable.
Please refer Screenshot1.png
|
180 KB
|
61 KB
@tom: pls don't make any code changes for this issue. Just investigate as to when we display table/schema name vs when do we display "Current Table Columns..."
Hi Sachin, For Hive, Database and schema are the same thing. In our connection properties we were setting the schema to the username and this is not correct. This became obvious when we started using Hortonworks 2.2 and had to add a user name. Previous testing didn't have credentials filled in so never created a problem. I know you said not to make a code change but this is a small one so I fixed it. Good catch Anil.. Thanks, Tom
Hi Sachin, For Hive, Database and schema are the same thing. In our connection properties we were setting the schema to the username and this is not correct. This became obvious when we started using Hortonworks 2.2 and had to add a user name. Previous testing didn't have credentials filled in so never created a problem. I know you said not to make a code change but this is a small one so I fixed it. Good catch Anil.. Thanks, Tom
This was also setting the schema incorrectly in QA. Notice Anil's screen shot.
This was also setting the schema incorrectly in QA. Notice Anil's screen shot.
Verified in ADs 16.0.0-alpha-24
Please refer screenshot - Fixed-ADS16-alpha-24.png
Verified in ADs 16.0.0-alpha-24
Please refer screenshot - Fixed-ADS16-alpha-24.png
Issue #13076 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 16.0.0-alpha-23 |
No time estimate |
@tom: pls don't make any code changes for this issue. Just investigate as to when we display table/schema name vs when do we display "Current Table Columns..."