[
https://issues.apache.org/jira/browse/CARBONDATA-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
kumar vishal resolved CARBONDATA-2036.
--------------------------------------
Resolution: Fixed
Fix Version/s: 1.3.0
> 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
> Priority: Minor
> Fix For: 1.3.0
>
> Time Spent: 5h 10m
> Remaining Estimate: 0h
>
> 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)