Repository: kylin Updated Branches: refs/heads/2.x-staging 916e4994d -> df050cff9
Add test tables to project âdefaultâ to fix the warnings Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/df050cff Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/df050cff Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/df050cff Branch: refs/heads/2.x-staging Commit: df050cff9f10e1ecba76a102a7c35802c7e036a2 Parents: 916e499 Author: shaofengshi <[email protected]> Authored: Wed Dec 2 16:22:44 2015 +0800 Committer: shaofengshi <[email protected]> Committed: Wed Dec 2 16:22:44 2015 +0800 ---------------------------------------------------------------------- examples/test_case_data/localmeta/project/default.json | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/df050cff/examples/test_case_data/localmeta/project/default.json ---------------------------------------------------------------------- diff --git a/examples/test_case_data/localmeta/project/default.json b/examples/test_case_data/localmeta/project/default.json index aeb79bd..36ab73d 100644 --- a/examples/test_case_data/localmeta/project/default.json +++ b/examples/test_case_data/localmeta/project/default.json @@ -82,5 +82,13 @@ "type": "HYBRID", "realization": "test_kylin_hybrid_inner_join" } + ], + "tables" : [ + "DEFAULT.TEST_KYLIN_FACT", + "EDW.TEST_CAL_DT", + "DEFAULT.TEST_CATEGORY_GROUPINGS", + "EDW.TEST_SITES", + "EDW.TEST_SELLER_TYPE_DIM", + "DEFAULT.STREAMING_TABLE" ] } \ No newline at end of file
