Yusaku Sako created AMBARI-615:
----------------------------------
Summary: Eliminate redundant and unused definition for the columns
in the table ConfigProperties
Key: AMBARI-615
URL: https://issues.apache.org/jira/browse/AMBARI-615
Project: Ambari
Issue Type: Bug
Affects Versions: 0.9.0
Reporter: Yusaku Sako
Assignee: Yusaku Sako
Fix For: 0.1.0
ConfigProperties table has a column named "display_type".
There's also a JSON-encoded "display_attributes" column.
The "display_attributes" column has the attributes "isPassword", "displayType",
and "noDisplay". This is duplicate information is already stored by the
"display_type" column so these attributes are not needed.
Upon inspecting the code, these attributes are not used so changing them have
no effect. We should simply get rid of these attributes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira