You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/28 01:05:03 UTC

[26/50] incubator-kylin git commit: Merge branch 'streaming-localdict' of https://github.com/KylinOLAP/Kylin into streaming-localdict

Merge branch 'streaming-localdict' of https://github.com/KylinOLAP/Kylin into streaming-localdict


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/b2010404
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/b2010404
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/b2010404

Branch: refs/heads/streaming-localdict
Commit: b20104040c96fd76d419f2773aa3d00f997350ad
Parents: 3d3cee8 71bbd0c
Author: qianhao.zhou <qi...@ebay.com>
Authored: Fri Mar 27 13:57:35 2015 +0800
Committer: qianhao.zhou <qi...@ebay.com>
Committed: Fri Mar 27 13:57:35 2015 +0800

----------------------------------------------------------------------
 .../apache/kylin/dict/DateStrDictionary.java    |  12 +-
 .../job/hadoop/cubev2/InMemCuboidMapper.java    |   2 +-
 .../gridtable/GTDictionaryCodeSystem.java       |  16 +-
 .../kylin/storage/gridtable/GTScanRange.java    |  61 +++
 .../storage/gridtable/GTScanRangePlanner.java   | 474 +++++++++++++++++++
 .../kylin/storage/gridtable/GTScanRequest.java  |  22 +-
 .../apache/kylin/storage/gridtable/GTUtil.java  |  26 +-
 .../kylin/storage/gridtable/IGTCodeSystem.java  |  25 +-
 .../kylin/storage/gridtable/GridTableTest.java  |   2 +-
 9 files changed, 603 insertions(+), 37 deletions(-)
----------------------------------------------------------------------