You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2019/03/29 15:13:32 UTC

[kylin] branch master updated (504ab5d -> 610d0f3)

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

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


    from 504ab5d  KYLIN-3907 Sort the cube list by create time in descending order.
     new 3a38a17   KYLIN-3885: Build dimension dictionary job costs too long when using Spark fact distinct
     new 4ec4051  Remove verifing code in AppendTrieDictionaryBuilder.java
     new 610d0f3  KYLIN-3873 Fix inappropriate use of memory in SparkFactDistinct.java

The 7721 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   |   4 +
 .../dict/global/AppendTrieDictionaryBuilder.java   |   1 -
 .../engine/spark/SparkBatchCubingJobBuilder2.java  |   7 +-
 .../kylin/engine/spark/SparkFactDistinct.java      | 161 ++++++++++++---------
 4 files changed, 105 insertions(+), 68 deletions(-)