[
https://issues.apache.org/jira/browse/KYLIN-4312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018772#comment-17018772
]
ASF GitHub Bot commented on KYLIN-4312:
---------------------------------------
hit-lacus commented on pull request #1070: KYLIN-4312 Specified cube when
querying by API
URL: https://github.com/apache/kylin/pull/1070
Backend part
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
>
> 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)