You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2017/04/06 10:50:41 UTC

[jira] [Resolved] (CARBONDATA-780) Alter table support for compaction through sort step

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

Ravindra Pesala resolved CARBONDATA-780.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0-incubating

> Alter table support for compaction through sort step
> ----------------------------------------------------
>
>                 Key: CARBONDATA-780
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-780
>             Project: CarbonData
>          Issue Type: Sub-task
>            Reporter: Manish Gupta
>            Assignee: Manish Gupta
>             Fix For: 1.1.0-incubating
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> Alter table need to support compaction process where complete data need to be sorted again and then written to file.
> Currently in compaction process data is directly given to writer step where it is splitted into columns and written. But as columns are sorted from left to right, on dropping a column data will again become unorganized as dropped column data will not be considered during compaction. In these scenarios complete data need to be sorted again and then submitted to writer step.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)