You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "dhatchayani (JIRA)" <ji...@apache.org> on 2018/01/10 11:09:00 UTC

[jira] [Updated] (CARBONDATA-2015) Restricted maximum length of bytes per column

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

dhatchayani updated CARBONDATA-2015:
------------------------------------
    Description: 
Validation for number of bytes for a column is added.

We have limited the number of characters per column to 32000.
For example, a single unicode character takes 3 bytes. So in this case, if my column has 30,000 unicode characters, then 32000 * 3 exceeds the short range. So, load will fail.

> Restricted maximum length of bytes per column
> ---------------------------------------------
>
>                 Key: CARBONDATA-2015
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2015
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: dhatchayani
>            Assignee: dhatchayani
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Validation for number of bytes for a column is added.
> We have limited the number of characters per column to 32000.
> For example, a single unicode character takes 3 bytes. So in this case, if my column has 30,000 unicode characters, then 32000 * 3 exceeds the short range. So, load will fail.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)