You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Babulal (JIRA)" <ji...@apache.org> on 2017/06/09 18:49:18 UTC

[jira] [Created] (CARBONDATA-1152) List partition not working properly

Babulal created CARBONDATA-1152:
-----------------------------------

             Summary: List partition not working properly 
                 Key: CARBONDATA-1152
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1152
             Project: CarbonData
          Issue Type: Bug
            Reporter: Babulal
            Assignee: Babulal
         Attachments: MOCK_DATA.csv

create table test (id String,first_name String,last_name String,email String,ip_address String) PARTITIONED BY (gender String) STORED BY 'org.apache.carbondata.format' TBLPROPERTIES('PARTITION_TYPE'='LIST', 'LIST_INFO'='Male, Female')

load data local inpath 'D:/data/MOCK_DATA.csv' into table test")

In Load All the data are loaded in default partition .


  





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)