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

James Taylor updated PHOENIX-1459:
----------------------------------
    Assignee: Samarth Jain

> Add means of flagging unknow DDL properties as an error
> -------------------------------------------------------
>
>                 Key: PHOENIX-1459
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1459
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Assignee: Samarth Jain
>
> Currently we allow any property to be passed through a DDL statement. If the 
> property is neither a Phoenix nor an HBase table/column property, it ends up 
> in the HTableDescriptor metadata. This is useful to allow adhoc properties to 
> be passed through for application specific usage. However, the downside of 
> this is that we cannot flag unknown properties as errors. For example, a 
> property to disable the WAL may be passed through as DISABLEWAL when we 
> require it to be DISABLE_WAL and this would not be flagged as an error. We 
> should provide a configuration option, like ALLOW_ADHOC_PROPERTIES which 
> controls whether or not we flag these as errors.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to