You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2012/07/09 21:21:36 UTC

[jira] [Updated] (AMBARI-615) Eliminate redundant and unused definition for the columns in the table ConfigProperties

     [ https://issues.apache.org/jira/browse/AMBARI-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yusaku Sako updated AMBARI-615:
-------------------------------

    Attachment: AMBARI-615.patch
    
> 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
>
>         Attachments: AMBARI-615.patch
>
>
> 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