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/10/13 10:41:47 UTC

[3/3] incubator-kylin git commit: KYLIN-1068 give bigger random range for PRICE column on test_kylin_fact table

KYLIN-1068 give bigger random range for PRICE column on test_kylin_fact table

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

Branch: refs/heads/KYLIN-1068
Commit: 3b2a12faa87c056f08d1bb8ab76b52390898a7db
Parents: 5cb1ec6
Author: shaofengshi <sh...@apache.org>
Authored: Tue Oct 13 16:41:11 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Tue Oct 13 16:41:11 2015 +0800

----------------------------------------------------------------------
 examples/test_case_data/localmeta/data/data_gen_config.json | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/3b2a12fa/examples/test_case_data/localmeta/data/data_gen_config.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/data/data_gen_config.json b/examples/test_case_data/localmeta/data/data_gen_config.json
index 2da72b7..ff3f676 100644
--- a/examples/test_case_data/localmeta/data/data_gen_config.json
+++ b/examples/test_case_data/localmeta/data/data_gen_config.json
@@ -26,6 +26,14 @@
         "2000000"
       ],
       "asRange": true
+    },
+    {
+      "columnName": "PRICE",
+      "valueSet": [
+        "0",
+        "1000"
+      ],
+      "asRange": true
     }
   ]
 }