anubhav tarar created CARBONDATA-587:
----------------------------------------
             Summary: Able to use reserved keyword in Carbon Table Commands
                 Key: CARBONDATA-587
                 URL: 
https://issues.apache.org/jira/browse/CARBONDATA-587             Project: CarbonData
          Issue Type: Bug
    Affects Versions: 1.0.0-incubating
         Environment: cluster
            Reporter: anubhav tarar
            Priority: Minor
I Am Able to use reserved keyword in Carbon Table Commands
CREATE TABLE Bug221755915(int int)USING org.apache.spark.sql.CarbonSource;
+---------+--+
| Result  |
+---------+--+
+---------+--+
jdbc:hive2://localhost:10000>  CREATE TABLE null(int int)USING org.apache.spark.sql.CarbonSource;
+---------+--+
| Result  |
+---------+--+
+---------+--+
No rows selected (0.267 seconds)
there is no check on identifiers in carbon data
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)