You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Jacky Li (JIRA)" <ji...@apache.org> on 2018/01/06 16:03:00 UTC

[jira] [Resolved] (CARBONDATA-1976) Support combination of dynamic and static partitions. And fix concurrent partition load issue.

     [ https://issues.apache.org/jira/browse/CARBONDATA-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacky Li resolved CARBONDATA-1976.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> Support combination of dynamic and static partitions. And fix concurrent partition load issue.
> ----------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1976
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1976
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Ravindra Pesala
>             Fix For: 1.3.0
>
>          Time Spent: 7.5h
>  Remaining Estimate: 0h
>
> Support combination of dynamic and static partitions. 
> Like user can give as follows
> {code}
> sql(s"""LOAD DATA local inpath '$resourcesPath/data.csv' INTO TABLE loadstaticpartitiondynamic PARTITION(empno='1', empname) OPTIONS('DELIMITER'= ',', 'QUOTECHAR'= '"')""")
> {code} 
> And fix the concurrent partition load issue as sometimes it gives file not found exception while deleting temporary folders.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)