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)