[
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)