[
https://issues.apache.org/jira/browse/CARBONDATA-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuchuanyin resolved CARBONDATA-2796.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.4.1
> Fix data loading problem when table has complex column and long string column
> ------------------------------------------------------------------------------
>
> Key: CARBONDATA-2796
> URL: https://issues.apache.org/jira/browse/CARBONDATA-2796
> Project: CarbonData
> Issue Type: Sub-task
> Reporter: jiangmanhua
> Assignee: jiangmanhua
> Priority: Major
> Fix For: 1.4.1
>
> Time Spent: 3h
> Remaining Estimate: 0h
>
> currently both varchar column and complex column believes itself is the last
> one member in noDictionary group when converting carbon row from raw format
> to 3-parted format. Since they need to be proceeded in different way,
> exception will occur if we deal the column in wrong way.
> To fix this, we marked the info of complex columns explicitly like varchar
> columns, and keep the order of noDictionary group as : normal Dim & varchar &
> complex
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)