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

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


    from d0d817c  minor, externalizable classes should have no-arguments 
constructors
     new 4a484f8  KYLIN-4336 Global domain dict for MR build engine
     new 58ac324  KYLIN-4336 Global domain dict for MR build engine ,fix unit 
test error
     new eaa1cdb  KYLIN-4337 Global domain dict for Spark build engine
     new 47e2ebe  KYLIN-4338 Web page modification to support global domain dict
     new 0a25dd2  Fix bug for spark build.
     new 93c05df  KYLIN-4336 Code review

The 6 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:
 .../java/org/apache/kylin/cube/CubeManager.java    |  15 +-
 .../java/org/apache/kylin/cube/model/CubeDesc.java |  34 ++++-
 .../CubeDescTiretreeGlobalDomainDictUtil.java      | 170 +++++++++++++++++++++
 .../apache/kylin/cube/model/DictionaryDesc.java    |  42 +++++
 .../cube/model/validation/rule/DictionaryRule.java |  12 +-
 .../kylin/measure/bitmap/BitmapMeasureType.java    |   8 +-
 .../apache/kylin/metadata/model/DataModelDesc.java |  20 ++-
 .../kylin/metadata/model/DataModelManagerTest.java |   7 -
 .../kylin/engine/mr/common/AbstractHadoopJob.java  |   4 +
 .../apache/kylin/engine/spark/SparkExecutable.java |   6 +
 webapp/app/js/controllers/cubeAdvanceSetting.js    |  41 +++--
 .../partials/cubeDesigner/advanced_settings.html   |  38 ++++-
 12 files changed, 357 insertions(+), 40 deletions(-)
 create mode 100644 
core-cube/src/main/java/org/apache/kylin/cube/model/CubeDescTiretreeGlobalDomainDictUtil.java

Reply via email to