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 2018/05/11 13:43:11 UTC

[kylin] branch KYLIN-3368 updated: KYLIN-3368 minor, adjust the cube estimate for IT

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch KYLIN-3368
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/KYLIN-3368 by this push:
     new f61fb44  KYLIN-3368 minor, adjust the cube estimate for IT
f61fb44 is described below

commit f61fb441bc687969444f9d661cff30cc6ab8a881
Author: shaofengshi <sh...@apache.org>
AuthorDate: Fri May 11 21:43:00 2018 +0800

    KYLIN-3368 minor, adjust the cube estimate for IT
---
 examples/test_case_data/localmeta/cube_desc/ci_inner_join_cube.json | 3 ++-
 examples/test_case_data/localmeta/cube_desc/ci_left_join_cube.json  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/examples/test_case_data/localmeta/cube_desc/ci_inner_join_cube.json b/examples/test_case_data/localmeta/cube_desc/ci_inner_join_cube.json
index ec1100a..47b8e24 100644
--- a/examples/test_case_data/localmeta/cube_desc/ci_inner_join_cube.json
+++ b/examples/test_case_data/localmeta/cube_desc/ci_inner_join_cube.json
@@ -569,7 +569,8 @@
   "engine_type": 4,
   "storage_type": 2,
   "override_kylin_properties": {
-    "kylin.cube.algorithm": "LAYER"
+    "kylin.cube.algorithm": "LAYER",
+    "kylin.cube.size-estimate-ratio" : 0.01
   },
   "partition_date_start": 0
 }
diff --git a/examples/test_case_data/localmeta/cube_desc/ci_left_join_cube.json b/examples/test_case_data/localmeta/cube_desc/ci_left_join_cube.json
index f1a42b1..c2419b6 100644
--- a/examples/test_case_data/localmeta/cube_desc/ci_left_join_cube.json
+++ b/examples/test_case_data/localmeta/cube_desc/ci_left_join_cube.json
@@ -580,7 +580,8 @@
   "engine_type": 2,
   "storage_type": 2,
   "override_kylin_properties": {
-    "kylin.cube.algorithm": "INMEM"
+    "kylin.cube.algorithm": "INMEM",
+    "kylin.cube.size-estimate-ratio" : 0.01
   },
   "partition_date_start": 0
 }

-- 
To stop receiving notification emails like this one, please contact
shaofengshi@apache.org.