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

[42/50] [abbrv] kylin git commit: KYLIN-976 remove holistic hll in cube desc

KYLIN-976 remove holistic hll in cube desc


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

Branch: refs/heads/1.x-HBase1.1.3
Commit: 623e70f47624dd67de01b02cf8b227cf5381eae5
Parents: c721d67
Author: honma <ho...@ebay.com>
Authored: Tue Dec 15 18:23:21 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue Dec 15 18:23:21 2015 +0800

----------------------------------------------------------------------
 .../cube_desc/test_kylin_cube_without_slr_desc.json | 16 +---------------
 .../test_kylin_cube_without_slr_left_join_desc.json | 16 +---------------
 2 files changed, 2 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/623e70f4/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 fedb2c1..bf29268 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
@@ -151,19 +151,6 @@
     },
     {
       "id": 7,
-      "name": "SELLER_CNT_LONG",
-      "function": {
-        "expression": "COUNT_DISTINCT",
-        "parameter": {
-          "type": "column",
-          "value": "SELLER_ID"
-        },
-        "returntype": "bigint"
-      },
-      "dependent_measure_ref": "SELLER_CNT_HLL"
-    },
-    {
-      "id": 8,
       "name": "SELLER_FORMAT_CNT",
       "function": {
         "expression": "COUNT_DISTINCT",
@@ -263,8 +250,7 @@
               "gmv_min",
               "gmv_max",
               "trans_cnt",
-              "item_count_sum",
-              "seller_cnt_long"
+              "item_count_sum"
             ]
           }
         ]

http://git-wip-us.apache.org/repos/asf/kylin/blob/623e70f4/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 7e6934b..2f314f0 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
@@ -151,19 +151,6 @@
     },
     {
       "id": 7,
-      "name": "SELLER_CNT_LONG",
-      "function": {
-        "expression": "COUNT_DISTINCT",
-        "parameter": {
-          "type": "column",
-          "value": "SELLER_ID"
-        },
-        "returntype": "bigint"
-      },
-      "dependent_measure_ref": "SELLER_CNT_HLL"
-    },
-    {
-      "id": 8,
       "name": "SELLER_FORMAT_CNT",
       "function": {
         "expression": "COUNT_DISTINCT",
@@ -263,8 +250,7 @@
               "gmv_min",
               "gmv_max",
               "trans_cnt",
-              "item_count_sum",
-              "seller_cnt_long"
+              "item_count_sum"
             ]
           }
         ]