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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Akash R Nilugal (Jira)
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)