You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "kumar vishal (JIRA)" <ji...@apache.org> on 2018/05/14 12:13:00 UTC

[jira] [Updated] (CARBONDATA-2477) No dictionary Complex type with double/date/decimal data type table creation is failing

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

kumar vishal updated CARBONDATA-2477:
-------------------------------------
    Description: 
Problem: SDK create table with No Dictionary complex type is failing when complex type child contain double/date/decimal data type
 Solution: In complex type validation , it is not allowing double/date/decimal data , need to remove the same

Changed no dictionary complex type storage format, instead of storing length in int , now storing in short to reduce storage space

  was:
Problem: SDK create table with No Dictionary complex type is failing when complex type child contain double/date/decimal data type
Solution: In complex type validation , it is not allowing double/date/decimal data , need to remove the same


> No dictionary Complex type with double/date/decimal data type table creation is failing
> ---------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-2477
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2477
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: kumar vishal
>            Assignee: kumar vishal
>            Priority: Major
>
> Problem: SDK create table with No Dictionary complex type is failing when complex type child contain double/date/decimal data type
>  Solution: In complex type validation , it is not allowing double/date/decimal data , need to remove the same
> Changed no dictionary complex type storage format, instead of storing length in int , now storing in short to reduce storage space



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)