[jira] [Updated] (CARBONDATA-384) Add Table Properties Options Validation

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (CARBONDATA-384) Add Table Properties Options Validation

Akash R Nilugal (Jira)

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

Lionx updated CARBONDATA-384:
-----------------------------
    Description:
Now, Carbon does not validate the table properties options. This will cause below problem.

For example,
Create table carbontable (.......)
TBLPROPERTIES ('DICTIONARY_EXELUDE'='colname');

user wants to use DICTIONARY_EXCLUDE property, but he types a wrong option name, the setting will be ignored with no error throw.

  was:
Now, Carbon does not validate the table properties options. This will cause below problem.

For example,
Create table carbontable (.......)
TBLPROPERTIES ('DICTIONARY_EXELUDE'='colname');

user want to use DICTIONARY_EXCLUDE property, but he types a wrong option name, the setting will be ignored with no error throw.


> Add Table Properties Options Validation
> ---------------------------------------
>
>                 Key: CARBONDATA-384
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-384
>             Project: CarbonData
>          Issue Type: Improvement
>            Reporter: Lionx
>            Assignee: Lionx
>            Priority: Minor
>
> Now, Carbon does not validate the table properties options. This will cause below problem.
> For example,
> Create table carbontable (.......)
> TBLPROPERTIES ('DICTIONARY_EXELUDE'='colname');
> user wants to use DICTIONARY_EXCLUDE property, but he types a wrong option name, the setting will be ignored with no error throw.



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