[ https://issues.apache.org/jira/browse/KYLIN-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chao Long updated KYLIN-3929: ----------------------------- Fix Version/s: (was: v2.6.2) > 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: v3.0.0-alpha > > > {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)