see this 

CREATE TABLE Bug2122167(bug INT)USING org.apache.spark.sql.CarbonSource
OPTIONS("bucketnumber"="1", "bucketcolumns"="int","table"="t100");
+---------+--+
| Result  |
+---------+--+
+---------+--+
No rows selected (0.212 seconds)

i got the result

then see this

CREATE TABLE Bug222167(bug INT)USING org.apache.spark.sql.CarbonSource
OPTIONS("bucketnumber"="1", "bucketcolumns"="int","tablee"="t 100");
+---------+--+
| Result  |
+---------+--+
+---------+--+
No rows selected (0.212 seconds)

here table is writeen as tablee my point is that for the first time when i
run query from beeline first time it is validating all the checks in carbon
data but second time same query fails
 



--
View this message in context: 
http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/carbon-thrift-server-for-spark-2-0-showing-unusual-behaviour-tp5384p5457.html
Sent from the Apache CarbonData Mailing List archive mailing list archive at 
Nabble.com.

Reply via email to