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 2018/03/04 11:36:00 UTC

[jira] [Updated] (CARBONDATA-2161) Compacted Segment of Streaming Table should update "mergeTo" column

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

Ravindra Pesala updated CARBONDATA-2161:
----------------------------------------
    Fix Version/s: 1.3.1
                   1.4.0

> Compacted Segment of Streaming Table should update "mergeTo" column
> -------------------------------------------------------------------
>
>                 Key: CARBONDATA-2161
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2161
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Babulal
>            Assignee: Babulal
>            Priority: Minor
>             Fix For: 1.4.0, 1.3.1
>
>          Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> When Handoff is trigger , ROW file format will be converted into COLUMNAR  and that segment status will be updated as "Compacted". But "Merged TO" column is not updated.
> +-----------------+---------+-----------------------+-----------------------+---------+-----------+
> |SegmentSequenceId|Status   |Load Start Time        |Load End Time          |Merged To|File Format|
> +-----------------+---------+-----------------------+-----------------------+---------+-----------+
> |2                |Success  |2018-02-11 18:17:24.157|2018-02-11 18:17:25.899|NA       |COLUMNAR_V3|
> |1                |Streaming|2018-02-11 18:17:24.137|null                   |NA       |ROW_V1     |
> |0                |Compacted|2018-02-11 18:15:54.262|2018-02-11 18:17:24.137|NA        |ROW_V1     |
> +-----------------+---------+-----------------------+-----------------------+---------+-----------+
> Expected 
> +-----------------+---------+-----------------------+-----------------------+---------+-----------+
> |SegmentSequenceId|Status   |Load Start Time        |Load End Time          |Merged To|File Format|
> +-----------------+---------+-----------------------+-----------------------+---------+-----------+
> |2                |Success  |2018-02-11 18:17:24.157|2018-02-11 18:17:25.899|NA       |COLUMNAR_V3|
> |1                |Streaming|2018-02-11 18:17:24.137|null                   |NA       |ROW_V1     |
> |0                |Compacted|2018-02-11 18:15:54.262|2018-02-11 18:17:24.137|2        |ROW_V1     |
> +-----------------+---------+-----------------------+-----------------------+---------+-----------+



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