Ravindra Pesala created CARBONDATA-2036:
-------------------------------------------
Summary: Insert overwrite on static partition cannot work properly
Key: CARBONDATA-2036
URL:
https://issues.apache.org/jira/browse/CARBONDATA-2036 Project: CarbonData
Issue Type: Bug
Reporter: Ravindra Pesala
When trying to insert overwrite on the static partition with 0 at first on int column has an issue.
Example :
create table test(d1 string) partition by (c1 int, c2 int, c3 int)
And use insert overwrite table partition(01, 02, 03) select "s1"
The above case has a problem as 01 is not converting to actual integer to partition map file.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)