[
https://issues.apache.org/jira/browse/CARBONDATA-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacky Li resolved CARBONDATA-3653.
----------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
> complex child columns data loading fails for binary if the data is more than 32000 length
> ------------------------------------------------------------------------------------------
>
> Key: CARBONDATA-3653
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-3653> Project: CarbonData
> Issue Type: Bug
> Reporter: Ajantha Bhat
> Assignee: Ajantha Bhat
> Priority: Major
> Fix For: 2.0.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> h3. problem:
> Currently complex child columns string and binary is stored as short length. So, if the data is more than 32000 characters. Data load will fail for binary and long string columns.
> h3. What changes were proposed in this PR?
> currently complex child columns string, binary, decimal, date is stored as byte_array page with short length. Changed it to int length. [Just separating string and binary is hard now, to do in future]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)