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/21 01:27:15 UTC

[10/50] [abbrv] 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/12365005
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/12365005
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/12365005

Branch: refs/heads/streaming-localdict
Commit: 12365005ccbf034df7df7ef3eb5159dfbf62c5aa
Parents: 6fded26 db3cb94
Author: qianhao.zhou <qi...@ebay.com>
Authored: Wed Mar 18 18:54:37 2015 +0800
Committer: qianhao.zhou <qi...@ebay.com>
Committed: Wed Mar 18 18:54:37 2015 +0800

----------------------------------------------------------------------
 .../org/apache/kylin/common/util/ByteArray.java |   6 +
 .../apache/kylin/storage/gridtable/GTInfo.java  |  57 +++++-
 .../storage/gridtable/GTInvertedIndex.java      | 201 +++++++++++++++++++
 .../gridtable/GTInvertedIndexOfColumn.java      | 116 +++++++++++
 .../kylin/storage/gridtable/GTRawScanner.java   |  16 +-
 .../kylin/storage/gridtable/GTRecord.java       |  12 +-
 .../storage/gridtable/GTRowBlockIndex.java      |   5 -
 .../storage/gridtable/GTSampleCodeSystem.java   |   8 +-
 .../apache/kylin/storage/gridtable/GTUtil.java  |  23 +++
 .../storage/gridtable/GTInvertedIndexTest.java  | 165 +++++++++++++++
 .../kylin/storage/gridtable/GridTableTest.java  |   9 +-
 11 files changed, 581 insertions(+), 37 deletions(-)
----------------------------------------------------------------------