You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "QiangCai (JIRA)" <ji...@apache.org> on 2018/02/23 06:40:03 UTC

[jira] [Resolved] (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 ]

QiangCai resolved CARBONDATA-2161.
----------------------------------
    Resolution: Fixed

> 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
>          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)