Aqua Data Studio 15.0.0-dev-295
Build #: 38083
Built on: 2014-May-22 04:40:25 PM
3. 'Schema Compare Tool' window opens, [Refer Screenshot1]
select Server 1 - Impala- database- dbimpala
select Server 2 - Impala- database- default
4. In options block, Uncheck 'Include Comments' checkbox.
5. In Objects block, select only 'view1' view, click on compare.
6. Schema Compare Results tab opens, click mouse pointer on view1, to select it, it will show the script .
7. The script includes comment for the view 'view1'.
It should not include comment, as we have unchecked 'Include Comments' check box option.
|
351 KB
|
207 KB
|
129 KB
svn# 54031 - This was also fixed for table comments. So for the following scenario, table and view comments should turn on and off with the include comments checkbox in Schema Compare.
CREATE TABLE dbimpala.perm ( a int, b string) COMMENT 'table comment' ROW FORMAT DELIMITED STORED AS TEXTFILE GO CREATE VIEW `view1` COMMENT 'view1 comment' AS SELECT * FROM perm Go
Verified in ADS 19.0.0-dev-27. On and off with the include comments checkbox works fine for table and view.
Verified for hive connection also. please refer impala screenshot below.
Cloudera 5.8 - Impala 2.6[2.5 drivers]
Include comment checked : screenshot
Include comment unchecked : screenshot
Verified in ADS 19.0.0-dev-27. On and off with the include comments checkbox works fine for table and view.
Verified for hive connection also. please refer impala screenshot below.
Cloudera 5.8 - Impala 2.6[2.5 drivers]
Include comment checked : screenshot
Include comment unchecked : screenshot
Issue #12209 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 19.0.0-dev-26 |
No time estimate |
svn# 54031 - This was also fixed for table comments. So for the following scenario, table and view comments should turn on and off with the include comments checkbox in Schema Compare.