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/04/26 06:17:38 UTC

[06/39] incubator-kylin git commit: KYLIN-682 update test case to cover this case.

KYLIN-682 update test case to cover this case.

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

Branch: refs/heads/staging
Commit: 2f152607cbf43054d176313f85286be98468c122
Parents: c5a19f5
Author: Shao Feng, Shi <sh...@ebay.com>
Authored: Tue Apr 14 13:51:42 2015 +0800
Committer: Shao Feng, Shi <sh...@ebay.com>
Committed: Tue Apr 14 13:51:42 2015 +0800

----------------------------------------------------------------------
 .../localmeta/cube_desc/test_kylin_cube_with_slr_desc.json     | 6 +++---
 .../cube_desc/test_kylin_cube_with_slr_left_join_desc.json     | 6 +++---
 .../localmeta/cube_desc/test_kylin_cube_without_slr_desc.json  | 6 +++---
 .../cube_desc/test_kylin_cube_without_slr_left_join_desc.json  | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/2f152607/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_desc.json b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_desc.json
index 9f36193..8d76496 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_desc.json
@@ -61,7 +61,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {
@@ -73,7 +73,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {
@@ -85,7 +85,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/2f152607/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_left_join_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_left_join_desc.json b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_left_join_desc.json
index b572a17..b59193e 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_left_join_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_left_join_desc.json
@@ -61,7 +61,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {
@@ -73,7 +73,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {
@@ -85,7 +85,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/2f152607/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 1ab02ac..cc40bb7 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
@@ -54,7 +54,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {
@@ -66,7 +66,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {
@@ -78,7 +78,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/2f152607/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 82b680f..d677568 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
@@ -54,7 +54,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {
@@ -66,7 +66,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {
@@ -78,7 +78,7 @@
         "type" : "column",
         "value" : "PRICE"
       },
-      "returntype" : "decimal"
+      "returntype" : "decimal(19,4)"
     },
     "dependent_measure_ref" : null
   }, {