Ravindra Pesala created CARBONDATA-467:
------------------------------------------
Summary: Add bucketing information while creating table and update in thrift format.
Key: CARBONDATA-467
URL:
https://issues.apache.org/jira/browse/CARBONDATA-467 Project: CarbonData
Issue Type: Sub-task
Reporter: Ravindra Pesala
Carbondata CREATE table command should support adding bucketing information. It should be like below.
{code}
CREATE TABLE test(user_id BIGINT, firstname STRING, lastname STRING)
CLUSTERED BY(user_id) INTO 32 BUCKETS STORED BY 'carbondata';
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)