This is an automated email from the ASF dual-hosted git repository.

nju_yaho pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from 0c92d1c  minor, fix format in pom
     new 8cfe32c  KYLIN-3540 move queryService of CubeController to CubeService
     new 4db6a37  KYLIN-3540 refactor the interface of querying on SYSTEM 
project
     new 4850dac  KYLIN-3540 estimate the row counts of source cuboids which 
are not built & remove mandatory cuboids recommendation

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/kylin/common/KylinConfigBase.java   |  18 +-
 .../cube/cuboid/algorithm/BPUSCalculator.java      |   2 +-
 .../cube/cuboid/algorithm/CuboidRecommender.java   |  25 ++-
 .../kylin/cube/cuboid/algorithm/CuboidStats.java   | 131 ++++++------
 .../cube/cuboid/algorithm/CuboidStatsUtil.java     | 226 ++++++++++++++++-----
 .../cube/cuboid/algorithm/CuboidStatsUtilTest.java | 162 ++++++++++++---
 .../engine/mr/common/CuboidRecommenderUtil.java    |  44 +++-
 .../engine/mr/common/CuboidStatsReaderUtil.java    |  23 +++
 .../kylin/rest/controller/CubeController.java      |  73 +------
 .../kylin/rest/controller/DashboardController.java |  66 +++---
 .../org/apache/kylin/rest/service/CubeService.java |  85 ++++++--
 .../kylin/rest/service/DashboardService.java       |  34 ++--
 .../apache/kylin/rest/service/QueryService.java    |  14 +-
 13 files changed, 617 insertions(+), 286 deletions(-)

Reply via email to