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

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

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)