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

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

Babulal created CARBONDATA-2161:
-----------------------------------

             Summary: 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


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)