[jira] [Created] (CARBONDATA-3653) complex child columns data loading fails for binary if the data is more than 32000 length

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

[jira] [Created] (CARBONDATA-3653) complex child columns data loading fails for binary if the data is more than 32000 length

Akash R Nilugal (Jira)
Ajantha Bhat created CARBONDATA-3653:
----------------------------------------

             Summary: 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


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)