You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Kunal Kapoor (JIRA)" <ji...@apache.org> on 2017/09/20 05:31:00 UTC

[jira] [Created] (CARBONDATA-1490) Unnecessary space is being allocated for measures in carbon row

Kunal Kapoor created CARBONDATA-1490:
----------------------------------------

             Summary: Unnecessary space is being allocated for measures in carbon row
                 Key: CARBONDATA-1490
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1490
             Project: CarbonData
          Issue Type: Bug
            Reporter: Kunal Kapoor
            Assignee: Kunal Kapoor
            Priority: Minor


Consider the following query which has only one column of complex type. While loading when we create carbon row for each of the records, unnecessary space in the carbon row is being allocated for measures which *do not exist*.

spark.sql("CREATE TABLE carbon_table( complexData ARRAY<STRING>) STORED BY 'carbondata'



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