when using carbon source i am able to create table with spaces
logs====
0: jdbc:hive2://localhost:10000> CREATE TABLE table (ID Int, date Timestamp, country String, name String, phonetype String, serialname String, salary Int) USING org.apache.spark.sql.CarbonSource OPTIONS("tableName"="t a b l e ");
--------
-+
--------
-+
--------
-+ No rows select
here table with empty spaces is created in hdfs
it should not allow this
|