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

[4/9] incubator-kylin git commit: KYLIN-242 valid streaming table cube desc

KYLIN-242 valid streaming table cube desc


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

Branch: refs/heads/KYLIN-242-new
Commit: 5c0598bad07f8dc8964b243fe666de417f7deec5
Parents: 833d8e8
Author: honma <ho...@ebay.com>
Authored: Tue Dec 1 16:32:28 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue Dec 1 16:55:56 2015 +0800

----------------------------------------------------------------------
 .../localmeta/cube_desc/test_streaming_table_cube_desc.json       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/5c0598ba/examples/test_case_data/localmeta/cube_desc/test_streaming_table_cube_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_streaming_table_cube_desc.json b/examples/test_case_data/localmeta/cube_desc/test_streaming_table_cube_desc.json
index c9a6536..6f9b3a7 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_streaming_table_cube_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_streaming_table_cube_desc.json
@@ -83,7 +83,7 @@
         "column": "DAY_START",
         "length": 0,
         "dictionary": "true",
-        "mandatory": true
+        "mandatory": false
       },
       {
         "column": "HOUR_START",
@@ -112,6 +112,7 @@
     ],
     "aggregation_groups": [
       [
+        "DAY_START",
         "HOUR_START",
         "MINUTE_START",
         "SITE",