You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ajantha Bhat (JIRA)" <ji...@apache.org> on 2019/01/21 07:07:00 UTC

[jira] [Created] (CARBONDATA-3261) support float and byte reading from presto

Ajantha Bhat created CARBONDATA-3261:
----------------------------------------

             Summary: support float and byte reading from presto
                 Key: CARBONDATA-3261
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3261
             Project: CarbonData
          Issue Type: Improvement
            Reporter: Ajantha Bhat
            Assignee: Ajantha Bhat


problem: support float and byte reading from presto

cause: currently float and byte cannot be read in presto due to code issue. It was going as double data type. Hence array out of bound issue used to come as float/byte read from double stream reader.

solution: Implement a new stream reader for float and byte.



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