Re: why there is a table name option in carbon source format?
Posted by anubhavtarar on Jan 04, 2017; 9:48am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/why-there-is-a-table-name-option-in-carbon-source-format-tp5385p5467.html
and my question for this post is that if i use carbonsource and create table like this
CREATE TABLE Bug211(int int)USING org.apache.spark.sql.CarbonSource OPTIONS("bucketnumber"="1", "bucketcolumns"="String","tableName"="t 100");
here table t 100 is created in hdfs if tablename and defaulttablename is different and even second thing how can table name have spaces t 100