You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2021/03/24 08:50:02 UTC

[kylin] branch kylin-on-parquet-v2 updated (a8cecf3 -> bb54a2a)

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

xxyu pushed a change to branch kylin-on-parquet-v2
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from a8cecf3  KYLIN-4879 Fix the function of remove sql comments
     add bb54a2a  KYLIN-4926 Optimize Global Dict building: replace operation 'mapPartitions.count()' with 'foreachPartitions'

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/dict/NGlobalDictBuilderAssist.scala   |  7 ++-----
 .../engine/spark/builder/CubeDictionaryBuilder.scala   |  6 ++----
 .../apache/kylin/engine/spark/builder/DictHelper.scala |  6 ++----
 .../kylin/engine/spark/dict/NGlobalDictionaryTest.java | 12 ++++++------
 .../org/apache/kylin/query/util/CommentParser.jj       | 18 ++++++++++++++++++
 5 files changed, 30 insertions(+), 19 deletions(-)