You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/02 16:26:00 UTC

[jira] [Commented] (KYLIN-3929) Check satisfaction before execute cubeplanner algorithm

    [ https://issues.apache.org/jira/browse/KYLIN-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16807902#comment-16807902 ] 

ASF GitHub Bot commented on KYLIN-3929:
---------------------------------------

Wayne1c commented on pull request #578: KYLIN-3929 Check satisfaction before execute cubeplanner algorithm
URL: https://github.com/apache/kylin/pull/578
 
 
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


> Check satisfaction before execute cubeplanner algorithm
> -------------------------------------------------------
>
>                 Key: KYLIN-3929
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3929
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: Chao Long
>            Assignee: Chao Long
>            Priority: Minor
>             Fix For: v2.6.2
>
>
> {code:java}
> if (!ifForceRecommend && allCuboidCount <= threshold1) {
>     return null;
> }
> {code}
> In class CuboidRecommender.java, this check after the selection of cube planner algorithm. 
> When ifForceRecommend=false and allCuboidCount <= threshold1, cube planner algorithm should not be triggered.



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