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/04 10:02:34 UTC

[2/7] kylin git commit: KYLIN-242 refine cube desc to fit new aggregation group design

KYLIN-242 refine cube desc to fit new aggregation group design


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

Branch: refs/heads/2.x-staging
Commit: af6b11a97c74eb45aba62fa65494bab98d33541c
Parents: 91b1f92
Author: honma <ho...@ebay.com>
Authored: Mon Nov 30 11:17:14 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Fri Dec 4 17:07:50 2015 +0800

----------------------------------------------------------------------
 .../localmeta/cube_desc/test_kylin_cube_without_slr_desc.json     | 3 +--
 .../cube_desc/test_kylin_cube_without_slr_left_join_desc.json     | 3 +--
 .../localmeta/cube_desc/test_streaming_table_cube_desc.json       | 3 ++-
 3 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/af6b11a9/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_desc.json b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_desc.json
index 1e007c3..31c54a8 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_desc.json
@@ -245,8 +245,7 @@
         "leaf_categ_id",
         "meta_categ_name",
         "categ_lvl3_name",
-        "categ_lvl2_name",
-        "lstg_format_name"
+        "categ_lvl2_name"
       ]
     ]
   },

http://git-wip-us.apache.org/repos/asf/kylin/blob/af6b11a9/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json
index 73a58f0..80ea23a 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json
@@ -245,8 +245,7 @@
         "leaf_categ_id",
         "meta_categ_name",
         "categ_lvl3_name",
-        "categ_lvl2_name",
-        "lstg_format_name"
+        "categ_lvl2_name"
       ]
     ]
   },

http://git-wip-us.apache.org/repos/asf/kylin/blob/af6b11a9/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",