You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Chao Long (JIRA)" <ji...@apache.org> on 2018/09/11 03:22:00 UTC

[jira] [Resolved] (KYLIN-3539) Hybrid segment overlap not cover some case

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

Chao Long resolved KYLIN-3539.
------------------------------
    Resolution: Fixed

> Hybrid segment overlap not cover some case
> ------------------------------------------
>
>                 Key: KYLIN-3539
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3539
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: Chao Long
>            Assignee: Chao Long
>            Priority: Major
>             Fix For: v2.5.0
>
>
> now Hybrid uses every cube's latest segment to check whether overlap exists, but it can't cover all cases.
> example:
> hybrid:
>  cube1:
>  segment1: range(2012-01-01, 2012-01-02)
> cube2:
>  segment1: range(2012-01-01, 2012-01-02)
>  segment2: range(2012-01-03, 2012-01-04)
> this hybrid has overlap segment range(2012-01-01, 2012-01-02), but the program can not find out.



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