Repository: kylin
Updated Branches:
  refs/heads/KYLIN-2283 09991ca05 -> 542863287


try add null again


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

Branch: refs/heads/KYLIN-2283
Commit: 542863287a69e76f82f40891439f1e57a7d986df
Parents: 09991ca
Author: Yang Li <liy...@apache.org>
Authored: Sun Dec 18 15:15:27 2016 +0800
Committer: Yang Li <liy...@apache.org>
Committed: Sun Dec 18 15:15:27 2016 +0800

----------------------------------------------------------------------
 .../localmeta/table/DEFAULT.TEST_KYLIN_FACT.json               | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/54286328/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 93e4ab3..ea9c701 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
@@ -20,7 +20,8 @@
   }, {
     "id" : "4",
     "name" : "LEAF_CATEG_ID",
-    "datatype" : "bigint"
+    "datatype" : "bigint",
+    "data_gen" : "FK,null,nullstr=0"
   }, {
     "id" : "5",
     "name" : "LSTG_SITE_ID",
@@ -28,8 +29,7 @@
   }, {
     "id" : "6",
     "name" : "SLR_SEGMENT_CD",
-    "datatype" : "smallint",
-    "data_gen" : "FK,null,nullstr=0"
+    "datatype" : "smallint"
   }, {
     "id" : "7",
     "name" : "PRICE",

Reply via email to