Ravindra Pesala created CARBONDATA-1976:
-------------------------------------------
Summary: 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
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)