Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-3929

Check satisfaction before execute cubeplanner algorithm

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Resolved
    • None
    • v3.0.0-alpha
    • None
    • None

    Description

      if (!ifForceRecommend && allCuboidCount <= threshold1) {
          return null;
      }
      

      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.

      Attachments

        Issue Links

          Activity

            People

              Wayne0101 Chao Long
              Wayne0101 Chao Long
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: