[jira] [Resolved] (CARBONDATA-2948) Support Float and Byte Datatypes for SDK and DataSource

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

[jira] [Resolved] (CARBONDATA-2948) Support Float and Byte Datatypes for SDK and DataSource

Akash R Nilugal (Jira)

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

Ravindra Pesala resolved CARBONDATA-2948.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0

> Support Float and Byte Datatypes for SDK and DataSource
> -------------------------------------------------------
>
>                 Key: CARBONDATA-2948
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2948
>             Project: CarbonData
>          Issue Type: Improvement
>            Reporter: Kunal Kapoor
>            Assignee: Kunal Kapoor
>            Priority: Major
>             Fix For: 1.5.0
>
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Currently float is supported by internally storing the data as double and changing the data type to Double. This poses some problems while using SparkCarbonFileFormat for reading the float type data.
> Internally as the data type is changed from Float to Double therefore the data is retrieved as a Double page instead of float. 
> If the user tried to create a table using file format by specifying the datatype as float for any column then the query will fail. User is *restricted to use double to retrieve the data.*



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