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

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

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

Akash R Nilugal (Jira)
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)