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 2017/12/27 17:19:00 UTC

[jira] [Created] (CARBONDATA-1943) Load static partition with LOAD COMMAND creates multiple partitions

Ravindra Pesala created CARBONDATA-1943:
-------------------------------------------

             Summary: Load static partition with LOAD COMMAND creates multiple partitions
                 Key: CARBONDATA-1943
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1943
             Project: CarbonData
          Issue Type: Bug
            Reporter: Ravindra Pesala


When static partition data loaded with the following syntax creates multiple partitions instead of one.

{code}
LOAD DATA local inpath '$resourcesPath/data.csv' INTO TABLE loadstaticpartitiononeissue PARTITION(empno='1')
{code}

the above should show only one partition during show partition but shows many partitions



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