kylin git commit: KYLIN-2255 drop v1 coprocessor in DeployCoprocessorCLI

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/master 8b6462063 -> af8940d5b KYLIN-2255 drop v1 coprocessor in DeployCoprocessorCLI Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/af8940d5 Tree: http://git-wip-us.apache.or

kylin git commit: minor but important, ColumnDesc.equals() check only table and name

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/yang22 ac621fea4 -> 55f87f477 minor but important, ColumnDesc.equals() check only table and name Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/55f87f47 Tree: http://git-wip-

kylin git commit: minor but important, ColumnDesc.equals() check only table and name

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/master 4c39fcb0e -> 8b6462063 minor but important, ColumnDesc.equals() check only table and name Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/8b646206 Tree: http://git-wip-

[19/19] kylin git commit: KYLIN-1672 support kylin on cdh 5.7

2016-12-07 Thread liyang
KYLIN-1672 support kylin on cdh 5.7 Signed-off-by: Li Yang Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/bfc89a0f Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/bfc89a0f Diff: http://git-wip-us.apache.org/repos/as

[13/19] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/545201f6/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregationScanner.java -- diff --git a/storage-hbase/src/main/java/org/apache/kyli

[15/19] kylin git commit: KYLIN-2217 fix null partition col bug

2016-12-07 Thread liyang
KYLIN-2217 fix null partition col bug Signed-off-by: Li Yang Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/c0c56f4b Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/c0c56f4b Diff: http://git-wip-us.apache.org/repos/

[09/19] kylin git commit: minor, fix date format in sample data

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/21bcd2f6/examples/sample_cube/data/DEFAULT.KYLIN_SALES.csv -- diff --git a/examples/sample_cube/data/DEFAULT.KYLIN_SALES.csv b/examples/sample_cube/data/DEFAULT.KYLIN_SALES.csv ind

[18/19] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread liyang
KYLIN-1528 Create a branch for v1.5 with HBase 1.x API Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/eaf0cc58 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/eaf0cc58 Diff: http://git-wip-us.apache.org/repos/asf/kyli

[03/19] kylin git commit: KYLIN-1875 fix new instance of ParameterDesc & FunctionDesc

2016-12-07 Thread liyang
KYLIN-1875 fix new instance of ParameterDesc & FunctionDesc Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/64d9b8b8 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/64d9b8b8 Diff: http://git-wip-us.apache.org/repos/asf

[01/19] kylin git commit: KYLIN-1875 Normalize table and column names in JSON [Forced Update!]

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/master-cdh5.7 db1b826ac -> bfc89a0f7 (forced update) KYLIN-1875 Normalize table and column names in JSON Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/967ef180 Tree: http://

[17/19] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/eaf0cc58/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java -- diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/D

[06/19] kylin git commit: KYLIN-1875 minor, test fixes

2016-12-07 Thread liyang
KYLIN-1875 minor, test fixes Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/365caaeb Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/365caaeb Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/365caaeb Branch: r

[05/19] kylin git commit: KYLIN-1875 fix PK-FK derive from each other

2016-12-07 Thread liyang
KYLIN-1875 fix PK-FK derive from each other Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/92e4d464 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/92e4d464 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/92e4

[07/19] kylin git commit: minor, add API to get AggregationGroup combination cuboid num

2016-12-07 Thread liyang
minor, add API to get AggregationGroup combination cuboid num Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b1fd4679 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b1fd4679 Diff: http://git-wip-us.apache.org/repos/a

[12/19] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/545201f6/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/generated/FilterProtosExt.java -- diff --git a/storage-hbase/src/main/java/org/apache/kylin/stora

[14/19] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
KYLIN-2255 drop v1 coprocessor impl Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/545201f6 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/545201f6 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/545201f6 Br

[08/19] kylin git commit: KYLIN-2254 allow 2 columns in a CompareTupleFilter

2016-12-07 Thread liyang
KYLIN-2254 allow 2 columns in a CompareTupleFilter Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/350fad8f Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/350fad8f Diff: http://git-wip-us.apache.org/repos/asf/kylin/di

[16/19] kylin git commit: KYLIN-2217 fix NPE in FactDistinctColumnsReducer

2016-12-07 Thread liyang
KYLIN-2217 fix NPE in FactDistinctColumnsReducer Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4c39fcb0 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4c39fcb0 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff

[04/19] kylin git commit: KYLIN-1875 Support measure on non-root-fact-table

2016-12-07 Thread liyang
KYLIN-1875 Support measure on non-root-fact-table Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/79e48011 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/79e48011 Diff: http://git-wip-us.apache.org/repos/asf/kylin/dif

[10/19] kylin git commit: minor, fix date format in sample data

2016-12-07 Thread liyang
minor, fix date format in sample data Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/21bcd2f6 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/21bcd2f6 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/21bcd2f6

[11/19] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/545201f6/storage-hbase/src/test/java/org/apache/kylin/storage/hbase/cube/v1/filter/TestFuzzyRowFilterV2.java -- diff --git a/storage-hbase/src/test/java/org/apache/kylin/storage/hb

[02/19] kylin git commit: KYLIN-1875 fix ParameterDesc equals() & hashcode()

2016-12-07 Thread liyang
KYLIN-1875 fix ParameterDesc equals() & hashcode() Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/227bbf41 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/227bbf41 Diff: http://git-wip-us.apache.org/repos/asf/kylin/di

[09/18] kylin git commit: minor, fix date format in sample data

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/21bcd2f6/examples/sample_cube/data/DEFAULT.KYLIN_SALES.csv -- diff --git a/examples/sample_cube/data/DEFAULT.KYLIN_SALES.csv b/examples/sample_cube/data/DEFAULT.KYLIN_SALES.csv ind

[03/18] kylin git commit: KYLIN-1875 fix new instance of ParameterDesc & FunctionDesc

2016-12-07 Thread liyang
KYLIN-1875 fix new instance of ParameterDesc & FunctionDesc Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/64d9b8b8 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/64d9b8b8 Diff: http://git-wip-us.apache.org/repos/asf

[01/18] kylin git commit: KYLIN-1875 Normalize table and column names in JSON [Forced Update!]

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/master-hbase1.x 469d9cc5c -> eaf0cc586 (forced update) KYLIN-1875 Normalize table and column names in JSON Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/967ef180 Tree: http:

[17/18] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/eaf0cc58/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java -- diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/D

[16/18] kylin git commit: KYLIN-2217 fix NPE in FactDistinctColumnsReducer

2016-12-07 Thread liyang
KYLIN-2217 fix NPE in FactDistinctColumnsReducer Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4c39fcb0 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4c39fcb0 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff

[14/18] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
KYLIN-2255 drop v1 coprocessor impl Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/545201f6 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/545201f6 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/545201f6 Br

[05/18] kylin git commit: KYLIN-1875 fix PK-FK derive from each other

2016-12-07 Thread liyang
KYLIN-1875 fix PK-FK derive from each other Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/92e4d464 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/92e4d464 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/92e4

[08/18] kylin git commit: KYLIN-2254 allow 2 columns in a CompareTupleFilter

2016-12-07 Thread liyang
KYLIN-2254 allow 2 columns in a CompareTupleFilter Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/350fad8f Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/350fad8f Diff: http://git-wip-us.apache.org/repos/asf/kylin/di

[07/18] kylin git commit: minor, add API to get AggregationGroup combination cuboid num

2016-12-07 Thread liyang
minor, add API to get AggregationGroup combination cuboid num Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b1fd4679 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b1fd4679 Diff: http://git-wip-us.apache.org/repos/a

[15/18] kylin git commit: KYLIN-2217 fix null partition col bug

2016-12-07 Thread liyang
KYLIN-2217 fix null partition col bug Signed-off-by: Li Yang Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/c0c56f4b Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/c0c56f4b Diff: http://git-wip-us.apache.org/repos/

[13/18] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/545201f6/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregationScanner.java -- diff --git a/storage-hbase/src/main/java/org/apache/kyli

[11/18] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/545201f6/storage-hbase/src/test/java/org/apache/kylin/storage/hbase/cube/v1/filter/TestFuzzyRowFilterV2.java -- diff --git a/storage-hbase/src/test/java/org/apache/kylin/storage/hb

[18/18] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread liyang
KYLIN-1528 Create a branch for v1.5 with HBase 1.x API Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/eaf0cc58 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/eaf0cc58 Diff: http://git-wip-us.apache.org/repos/asf/kyli

[12/18] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/545201f6/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/generated/FilterProtosExt.java -- diff --git a/storage-hbase/src/main/java/org/apache/kylin/stora

[10/18] kylin git commit: minor, fix date format in sample data

2016-12-07 Thread liyang
minor, fix date format in sample data Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/21bcd2f6 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/21bcd2f6 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/21bcd2f6

[04/18] kylin git commit: KYLIN-1875 Support measure on non-root-fact-table

2016-12-07 Thread liyang
KYLIN-1875 Support measure on non-root-fact-table Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/79e48011 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/79e48011 Diff: http://git-wip-us.apache.org/repos/asf/kylin/dif

[02/18] kylin git commit: KYLIN-1875 fix ParameterDesc equals() & hashcode()

2016-12-07 Thread liyang
KYLIN-1875 fix ParameterDesc equals() & hashcode() Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/227bbf41 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/227bbf41 Diff: http://git-wip-us.apache.org/repos/asf/kylin/di

[06/18] kylin git commit: KYLIN-1875 minor, test fixes

2016-12-07 Thread liyang
KYLIN-1875 minor, test fixes Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/365caaeb Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/365caaeb Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/365caaeb Branch: r

[2/5] kylin git commit: KYLIN-2217 fix NPE in FactDistinctColumnsReducer

2016-12-07 Thread liyang
KYLIN-2217 fix NPE in FactDistinctColumnsReducer Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ac621fea Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ac621fea Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff

[1/5] kylin git commit: KYLIN-2217 fix null partition col bug [Forced Update!]

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/yang22-cdh5.7 6144e8ec0 -> 4ae2df2d3 (forced update) KYLIN-2217 fix null partition col bug Signed-off-by: Li Yang Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ae31b13e Tr

[5/5] kylin git commit: KYLIN-1672 support kylin on cdh 5.7

2016-12-07 Thread liyang
KYLIN-1672 support kylin on cdh 5.7 Signed-off-by: Li Yang Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4ae2df2d Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4ae2df2d Diff: http://git-wip-us.apache.org/repos/as

[3/5] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/59b85b5d/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHtableCLI.java -- diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHt

[4/5] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread liyang
KYLIN-1528 Create a branch for v1.5 with HBase 1.x API Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/59b85b5d Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/59b85b5d Diff: http://git-wip-us.apache.org/repos/asf/kyli

[4/4] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread liyang
KYLIN-1528 Create a branch for v1.5 with HBase 1.x API Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/59b85b5d Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/59b85b5d Diff: http://git-wip-us.apache.org/repos/asf/kyli

[1/4] kylin git commit: KYLIN-2217 fix null partition col bug [Forced Update!]

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/yang22-hbase1.x e79872182 -> 59b85b5d3 (forced update) KYLIN-2217 fix null partition col bug Signed-off-by: Li Yang Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ae31b13e

[3/4] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/59b85b5d/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHtableCLI.java -- diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHt

[2/4] kylin git commit: KYLIN-2217 fix NPE in FactDistinctColumnsReducer

2016-12-07 Thread liyang
KYLIN-2217 fix NPE in FactDistinctColumnsReducer Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ac621fea Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ac621fea Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff

kylin git commit: KYLIN-2217 fix NPE in FactDistinctColumnsReducer

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/yang22 ae31b13e7 -> ac621fea4 KYLIN-2217 fix NPE in FactDistinctColumnsReducer Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ac621fea Tree: http://git-wip-us.apache.org/repo

kylin git commit: KYLIN-2217 fix NPE in FactDistinctColumnsReducer

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/master c0c56f4b6 -> 4c39fcb0e KYLIN-2217 fix NPE in FactDistinctColumnsReducer Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4c39fcb0 Tree: http://git-wip-us.apache.org/repo

kylin git commit: KYLIN-2217 fix null partition col bug

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/yang22 43805bcd2 -> ae31b13e7 KYLIN-2217 fix null partition col bug Signed-off-by: Li Yang Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ae31b13e Tree: http://git-wip-us.a

kylin git commit: KYLIN-2217 fix null partition col bug

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/master 545201f6c -> c0c56f4b6 KYLIN-2217 fix null partition col bug Signed-off-by: Li Yang Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/c0c56f4b Tree: http://git-wip-us.a

[kylin] Git Push Summary

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/KYLIN-2255 [deleted] 021a42742

[3/4] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/545201f6/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregationScanner.java -- diff --git a/storage-hbase/src/main/java/org/apache/kyli

[2/4] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/545201f6/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/generated/FilterProtosExt.java -- diff --git a/storage-hbase/src/main/java/org/apache/kylin/stora

[1/4] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/master 21bcd2f6b -> 545201f6c http://git-wip-us.apache.org/repos/asf/kylin/blob/545201f6/storage-hbase/src/test/java/org/apache/kylin/storage/hbase/cube/v1/filter/TestFuzzyRowFilterV2.java ---

[4/4] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
KYLIN-2255 drop v1 coprocessor impl Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/545201f6 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/545201f6 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/545201f6 Br

[2/4] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/021a4274/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/generated/FilterProtosExt.java -- diff --git a/storage-hbase/src/main/java/org/apache/kylin/stora

[4/4] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
KYLIN-2255 drop v1 coprocessor impl Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/021a4274 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/021a4274 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/021a4274 Br

[3/4] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
http://git-wip-us.apache.org/repos/asf/kylin/blob/021a4274/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregationScanner.java -- diff --git a/storage-hbase/src/main/java/org/apache/kyli

[1/4] kylin git commit: KYLIN-2255 drop v1 coprocessor impl

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/KYLIN-2255 [created] 021a42742 http://git-wip-us.apache.org/repos/asf/kylin/blob/021a4274/storage-hbase/src/test/java/org/apache/kylin/storage/hbase/cube/v1/filter/TestFuzzyRowFilterV2.java --

[2/2] kylin git commit: minor, fix date format in sample data

2016-12-07 Thread lidong
minor, fix date format in sample data Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/21bcd2f6 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/21bcd2f6 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/21bcd2f6

[1/2] kylin git commit: minor, fix date format in sample data

2016-12-07 Thread lidong
Repository: kylin Updated Branches: refs/heads/master 350fad8f2 -> 21bcd2f6b http://git-wip-us.apache.org/repos/asf/kylin/blob/21bcd2f6/examples/sample_cube/data/DEFAULT.KYLIN_SALES.csv -- diff --git a/examples/sample_cube/data

[kylin] Git Push Summary

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/KYLIN-2254 [deleted] 8ba8aea6e

kylin git commit: KYLIN-2254 allow 2 columns in a CompareTupleFilter

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/master b1fd4679f -> 350fad8f2 KYLIN-2254 allow 2 columns in a CompareTupleFilter Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/350fad8f Tree: http://git-wip-us.apache.org/re

kylin git commit: KYLIN-2254 allow 2 columns in a CompareTupleFilter

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/KYLIN-2254 3e2d108e1 -> 8ba8aea6e KYLIN-2254 allow 2 columns in a CompareTupleFilter Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/8ba8aea6 Tree: http://git-wip-us.apache.or

kylin git commit: minor refactor

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/KYLIN-2254 9af1e264f -> 3e2d108e1 minor refactor Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/3e2d108e Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/3e2d108e Diff

kylin git commit: KYLIN-UNKNOWN, sub_query/query12.sql

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/KYLIN-2254 [created] 9af1e264f KYLIN-UNKNOWN, sub_query/query12.sql Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/9af1e264 Tree: http://git-wip-us.apache.org/repos/asf/kylin

kylin git commit: minor, add API to get AggregationGroup combination cuboid num

2016-12-07 Thread billyliu
Repository: kylin Updated Branches: refs/heads/master 365caaebd -> b1fd4679f minor, add API to get AggregationGroup combination cuboid num Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b1fd4679 Tree: http://git-wip-us.ap

[2/6] kylin git commit: KYLIN-1875 fix ParameterDesc equals() & hashcode()

2016-12-07 Thread liyang
KYLIN-1875 fix ParameterDesc equals() & hashcode() Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/227bbf41 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/227bbf41 Diff: http://git-wip-us.apache.org/repos/asf/kylin/di

[3/6] kylin git commit: KYLIN-1875 fix new instance of ParameterDesc & FunctionDesc

2016-12-07 Thread liyang
KYLIN-1875 fix new instance of ParameterDesc & FunctionDesc Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/64d9b8b8 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/64d9b8b8 Diff: http://git-wip-us.apache.org/repos/asf

[5/6] kylin git commit: KYLIN-1875 fix PK-FK derive from each other

2016-12-07 Thread liyang
KYLIN-1875 fix PK-FK derive from each other Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/92e4d464 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/92e4d464 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/92e4

[6/6] kylin git commit: KYLIN-1875 minor, test fixes

2016-12-07 Thread liyang
KYLIN-1875 minor, test fixes Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/365caaeb Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/365caaeb Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/365caaeb Branch: r

[4/6] kylin git commit: KYLIN-1875 Support measure on non-root-fact-table

2016-12-07 Thread liyang
KYLIN-1875 Support measure on non-root-fact-table Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/79e48011 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/79e48011 Diff: http://git-wip-us.apache.org/repos/asf/kylin/dif

[1/6] kylin git commit: KYLIN-1875 Normalize table and column names in JSON

2016-12-07 Thread liyang
Repository: kylin Updated Branches: refs/heads/master 081ed0d50 -> 365caaebd KYLIN-1875 Normalize table and column names in JSON Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/967ef180 Tree: http://git-wip-us.apache.org/r

[2/4] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread lidong
http://git-wip-us.apache.org/repos/asf/kylin/blob/e7987218/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHtableCLI.java -- diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHt

[4/4] kylin git commit: KYLIN-1672 support kylin on cdh 5.7

2016-12-07 Thread lidong
KYLIN-1672 support kylin on cdh 5.7 Signed-off-by: Li Yang Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/6144e8ec Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/6144e8ec Diff: http://git-wip-us.apache.org/repos/as

[3/4] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread lidong
KYLIN-1528 Create a branch for v1.5 with HBase 1.x API Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/e7987218 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e7987218 Diff: http://git-wip-us.apache.org/repos/asf/kyli

[1/4] kylin git commit: minor, update calculateCuboid API to POST [Forced Update!]

2016-12-07 Thread lidong
Repository: kylin Updated Branches: refs/heads/yang22-cdh5.7 7edf9d07f -> 6144e8ec0 (forced update) minor, update calculateCuboid API to POST Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/43805bcd Tree: http://git-wip-us

[2/3] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread lidong
http://git-wip-us.apache.org/repos/asf/kylin/blob/e7987218/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHtableCLI.java -- diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHt

[1/3] kylin git commit: minor, update calculateCuboid API to POST [Forced Update!]

2016-12-07 Thread lidong
Repository: kylin Updated Branches: refs/heads/yang22-hbase1.x 838621385 -> e79872182 (forced update) minor, update calculateCuboid API to POST Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/43805bcd Tree: http://git-wip-

[3/3] kylin git commit: KYLIN-1528 Create a branch for v1.5 with HBase 1.x API

2016-12-07 Thread lidong
KYLIN-1528 Create a branch for v1.5 with HBase 1.x API Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/e7987218 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e7987218 Diff: http://git-wip-us.apache.org/repos/asf/kyli