[jira] [Updated] (CARBONDATA-2796) Fix data loading problem when table has complex column and long string column

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (CARBONDATA-2796) Fix data loading problem when table has complex column and long string column

Akash R Nilugal (Jira)

     [ https://issues.apache.org/jira/browse/CARBONDATA-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jiangmanhua updated CARBONDATA-2796:
------------------------------------
    Description:
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

> 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
>
> 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)