[
https://issues.apache.org/jira/browse/KYLIN-4312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028780#comment-17028780
]
ASF subversion and git services commented on KYLIN-4312:
--------------------------------------------------------
Commit 3a2adde72b12b4d19206fef70e7632f874ab0dc4 in kylin's branch
refs/heads/master from XiaoxiangYu
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=3a2adde ]
KYLIN-4312 Specified cube when querying by API
Backend part
> 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
> Assignee: Xiaoxiang Yu
> Priority: Major
> Fix For: v3.1.0
>
>
> 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)