You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/12/02 09:23:13 UTC

kylin git commit: Add test tables to project “default” to fix the warnings

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 <sh...@apache.org>
Authored: Wed Dec 2 16:22:44 2015 +0800
Committer: shaofengshi <sh...@apache.org>
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