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/02/27 07:25:35 UTC

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

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


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

Branch: refs/heads/inverted-index
Commit: 21e78204ebb0b2b9a2057b5fded9e495097d1e84
Parents: c130f7c ba4f737
Author: qianhao.zhou <qi...@ebay.com>
Authored: Fri Feb 13 11:49:28 2015 +0800
Committer: qianhao.zhou <qi...@ebay.com>
Committed: Fri Feb 13 11:49:28 2015 +0800

----------------------------------------------------------------------
 .../org/apache/kylin/common/KylinConfig.java    | 31 ++++++++++-----
 .../org/apache/kylin/common/util/BasicTest.java |  7 ++--
 .../invertedindex/index/TableRecordInfo.java    |  7 ++--
 .../kylin/invertedindex/model/IIDesc.java       | 40 ++++++++++++++------
 .../kylin/job/engine/JobEngineConfig.java       | 38 -------------------
 .../java/org/apache/kylin/job/DeployUtil.java   | 18 ++++++---
 .../measure/fixedlen/FixedHLLCodec.java         |  2 +-
 .../measure/fixedlen/FixedLenMeasureCodec.java  |  8 ++--
 .../apache/kylin/metadata/model/DataType.java   |  1 +
 .../kylin/metadata/model/FunctionDesc.java      | 12 +++---
 .../AdjustForWeeklyMatchedRealization.java      |  8 ++--
 .../apache/kylin/query/test/IIQueryTest.java    | 11 ------
 .../apache/kylin/query/test/KylinQueryTest.java |  7 +---
 .../apache/kylin/query/test/KylinTestBase.java  |  1 -
 .../resources/query/sql_fast_common/query00.sql |  5 +++
 .../query_count_distinct_on_dimension.sql       |  1 -
 ...ery_count_distinct_on_dimension.sql.disabled |  2 +
 .../kylin/storage/hbase/CubeStorageEngine.java  |  2 +-
 .../hbase/coprocessor/CoprocessorConstants.java |  2 +-
 .../endpoint/EndpointAggregators.java           | 25 +++++++-----
 .../endpoint/EndpointTupleIterator.java         | 22 ++++++++---
 21 files changed, 129 insertions(+), 121 deletions(-)
----------------------------------------------------------------------