You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Liang Chen (JIRA)" <ji...@apache.org> on 2017/06/28 15:43:01 UTC

[jira] [Updated] (CARBONDATA-1238) Decouple the datatype convert from Spark code in core module

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

Liang Chen updated CARBONDATA-1238:
-----------------------------------
    Description: 
Decouple the datatype convert from Spark code in core module:
1.Use decimal(org.apache.spark.sql.types.Decimal.apply()) in Spark engine, use java's decimal in other engines.
2.Use org.apache.spark.unsafe.types.UTF8String in Spark engine, use String in other engines.

  was:Decouple the datatype convert from Spark code in core module,for spark engine, use spark's decimal(org.apache.spark.sql.types.Decimal.apply()); for other engine, use java's decimal.


> Decouple the datatype convert from Spark code in core module
> ------------------------------------------------------------
>
>                 Key: CARBONDATA-1238
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1238
>             Project: CarbonData
>          Issue Type: Improvement
>          Components: core
>            Reporter: Liang Chen
>            Assignee: Liang Chen
>
> Decouple the datatype convert from Spark code in core module:
> 1.Use decimal(org.apache.spark.sql.types.Decimal.apply()) in Spark engine, use java's decimal in other engines.
> 2.Use org.apache.spark.unsafe.types.UTF8String in Spark engine, use String in other engines.



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