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)