anubhav tarar created CARBONDATA-584:
----------------------------------------
Summary: no exception when table name is empty when using
bucketing in table using carbon source
Key: CARBONDATA-584
URL: https://issues.apache.org/jira/browse/CARBONDATA-584
Project: CarbonData
Issue Type: Bug
Reporter: anubhav tarar
creating a table when table name is null does not give any exception with
carbon source format
here are the logs
0: jdbc:hive2://localhost:10000> CREATE TABLE testing2(String string)USING
org.apache.spark.sql.CarbonSource OPTIONS("bucketnumber"="1",
"bucketcolumns"="String",tableName=" ");
+---------+--+
| Result |
+---------+--+
+---------+--+
no table is get created in hdfs it should throw a exception in this case
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)