rollback ITEM_COUNT to INT type
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/78d7086e Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/78d7086e Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/78d7086e Branch: refs/heads/master-cdh5.7 Commit: 78d7086e51c9311ab25b17f05206766d8a279afa Parents: 521dfff Author: Li Yang <liy...@apache.org> Authored: Wed Jan 11 09:40:55 2017 +0800 Committer: Li Yang <liy...@apache.org> Committed: Wed Jan 11 09:40:55 2017 +0800 ---------------------------------------------------------------------- .../test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/78d7086e/examples/test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json ---------------------------------------------------------------------- diff --git a/examples/test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json b/examples/test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json index df53de9..2b33e66 100644 --- a/examples/test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json +++ b/examples/test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json @@ -48,7 +48,7 @@ }, { "id" : "10", "name" : "ITEM_COUNT", - "datatype" : "bigint", + "datatype" : "int", "data_gen" : "RAND" }, { "id" : "11",