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 2018/08/28 14:23:54 UTC

[kylin] branch master updated (88db74a -> 2f6eff6)

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 88db74a  KYLIN-3480 change the sql conformance of calcite from default to lenient to enable groupby & orderby ordinal
     add d5aebf3  KYLIN-3456 cube level's snapshot config does not work
     add 877cb8a  KYLIN-3458 fix incomplete log info problem that is caused by kylin.job.retry
     add 2f6eff6  KYLIN-3436 code refactor

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/kylin/cube/CubeManager.java    |   2 +-
 .../apache/kylin/dict/lookup/SnapshotManager.java  |   6 +-
 .../apache/kylin/dict/lookup/LookupTableTest.java  |  43 +++++++++
 .../kylin/job/execution/AbstractExecutable.java    |  25 +++--
 .../job/impl/threadpool/DefaultSchedulerTest.java  |  19 ++--
 .../lookup/LookupSnapshotToMetaStoreStep.java      |   2 +-
 .../kylin/source/hive/ITSnapshotManagerTest.java   |   2 +-
 .../kylin/rest/controller/StreamingController.java |   2 +-
 .../apache/kylin/rest/service/TableService.java    | 105 ++++++---------------
 .../kylin/rest/service/TableServiceTest.java       |   4 +-
 10 files changed, 110 insertions(+), 100 deletions(-)