[jira] [Created] (CARBONDATA-584) no exception when table name is empty when using bucketing in table using carbon source
Posted by
Akash R Nilugal (Jira) on
Jan 02, 2017; 11:34am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-584-no-exception-when-table-name-is-empty-when-using-bucketing-in-table-usine-tp5339.html
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)