You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "langdamao (Jira)" <ji...@apache.org> on 2019/12/23 12:10:00 UTC

[jira] [Updated] (KYLIN-4312) Specified cube when querying by API

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

langdamao updated KYLIN-4312:
-----------------------------
    Description: 
Support specified cube when using query API.

UseCase1:

       For CubeA has dim a,b,c,d ,segments 12.01-now,CubeB has dim b,c,e,segments 12.08-now, with same hive table and same measure. While querying "select b,c,count(*) from db.table group by b,c; " , will hit CubeB, so that result of 12.01-12.08 will disappear.

UseCase2:

        For testing,build many cubes with different config, will need to switch disable|enable all the time. 

  was:
Support specified cube when using query API.

UseCase1:

       For CubeA has dim abcd ,segments 12.01-now,CubeB has dim bce,segments 12.08-now, with same hive table and same measure. While querying bc,will hit CubeB,so that resutlt of 12.01-12.08 will disappear.

UseCase2:

        For testing,build many cubes with different config, will need to switch disable|enable all the time. 


> Specified cube when querying by API
> -----------------------------------
>
>                 Key: KYLIN-4312
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4312
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Query Engine
>            Reporter: langdamao
>            Priority: Major
>
> Support specified cube when using query API.
> UseCase1:
>        For CubeA has dim a,b,c,d ,segments 12.01-now,CubeB has dim b,c,e,segments 12.08-now, with same hive table and same measure. While querying "select b,c,count(*) from db.table group by b,c; " , will hit CubeB, so that result of 12.01-12.08 will disappear.
> UseCase2:
>         For testing,build many cubes with different config, will need to switch disable|enable all the time. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)