[jira] [Created] (CARBONDATA-587) Able to use reserved keyword in Carbon Table Commands
Posted by
Akash R Nilugal (Jira) on
Jan 03, 2017; 12:22pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-587-Able-to-use-reserved-keyword-in-Carbon-Table-Commands-tp5387.html
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)