-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65877/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nixon Rodrigues,
and pratik pandey.
Bugs: ATLAS-2474
https://issues.apache.org/jira/browse/ATLAS-2474
Repository: atlas
Description
-------
1. Create an hive_table name with single character:
```
create table a(id int,name string);
```
2. In Atlas UI , navigate to detailsPage of hive_column entities (id , name )
of table a
3. In the table attribute of the hive_column Properties , only clickableGUID of
the table is displayed instead of the name of the table.
This happens only when the name of the table has single character.If more than
1 , the UI is rendered correctly.
Diffs
-----
dashboardv2/public/js/utils/CommonViewFunction.js cb762ac4
Diff: https://reviews.apache.org/r/65877/diff/1/
Testing
-------
Done one round of sanity test
Thanks,
keval bhatt