GitHub user lion-x opened a pull request:
https://github.com/apache/incubator-carbondata/pull/273
[CARBONDATA-332] Prohibit to use reserved words in database\table\col name
# Why raise this PR?
Carbon should prohibit to use reserved words in database\table\col name.
Using reserved words will cause many unnecessary troubles.
# How to solve?
Adding reserved words validation for database, table, cols when they are
creating.
# How to test?
Pass all test cases.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lion-x/incubator-carbondata prohibitReserved
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/273.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 #273
----
commit fc7a7bb7e7a8df5f3abc5e8b1b3b9c0804226869
Author: lion-x <[email protected]>
Date: 2016-10-31T11:46:07Z
validateCarbonReservedKeywords
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---