You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Manish Gupta (JIRA)" <ji...@apache.org> on 2018/03/21 15:20:00 UTC

[jira] [Resolved] (CARBONDATA-2261) Support Set segment command for Streaming Table

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

Manish Gupta resolved CARBONDATA-2261.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.1
                   1.4.0

> Support Set segment command for Streaming Table
> -----------------------------------------------
>
>                 Key: CARBONDATA-2261
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2261
>             Project: CarbonData
>          Issue Type: Bug
>          Components: data-query, file-format
>    Affects Versions: 1.3.0
>            Reporter: Babulal
>            Assignee: Babulal
>            Priority: Minor
>             Fix For: 1.4.0, 1.3.1
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Currently Set Segment  is not supported for Streaming Segments . 
> Detail
>  
> +-----------------+----------------+-----------------------+-----------------------+---------+-----------+
> |SegmentSequenceId|Status |Load Start Time |Load End Time |Merged To|File Format|
> +-----------------+----------------+-----------------------+-----------------------+---------+-----------+
> |2 |Success |2018-03-18 00:32:16.783|2018-03-18 00:32:17.036|NA |COLUMNAR_V3|
> |1 |Streaming Finish|2018-03-18 00:31:59.797|2018-03-18 00:32:24.016|NA |ROW_V1 |
> |0 |Compacted |2018-03-18 00:31:53.125|2018-03-18 00:31:59.797|2 |ROW_V1 |
> +-----------------+----------------+-----------------------+-----------------------+---------+-----------+
>  
> Currently  "Streaming Finished" Or "Streaming "  status segments are not filtered  even these segments are not mentioned in the set segment command . 
> fif user run below query
> sql("set carbon.input.segments.streaming.stream_table_handoff = 2") 
> it should give data based on segment 2 but query includes segment 1 also . 
>  
>  



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