GitHub user lion-x opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/299

    [CARBONDATA-384]Add Table Properties Options Validation

    # Why raise this PR?
    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.
    
    # How to test?
    Pass all test case.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lion-x/incubator-carbondata validateTblOptions

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-carbondata/pull/299.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #299
    
----
commit f19122e5441835a9a4298fb327eb80c373810e6e
Author: lion-x <xlion....@gmail.com>
Date:   2016-11-07T04:00:19Z

    validateTblOptions

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to