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 2016/04/18 05:28:13 UTC

kylin git commit: stop testing storage type 0 as it is no longer used

Repository: kylin
Updated Branches:
  refs/heads/master 1b54a40bd -> 971efbfc0


stop testing storage type 0 as it is no longer used


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

Branch: refs/heads/master
Commit: 971efbfc02210188dbc4ca0ae780ac2cca3b123e
Parents: 1b54a40
Author: Hongbin Ma <ma...@apache.org>
Authored: Mon Apr 18 11:27:45 2016 +0800
Committer: Hongbin Ma <ma...@apache.org>
Committed: Mon Apr 18 11:27:45 2016 +0800

----------------------------------------------------------------------
 .../cube_desc/test_kylin_cube_with_slr_left_join_desc.json         | 2 +-
 .../localmeta/cube_desc/test_kylin_cube_without_slr_desc.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/971efbfc/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 bb59a05..9d82ac3 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
@@ -166,6 +166,6 @@
   "auto_merge_time_ranges" : null,
   "retention_range" : 0,
   "engine_type" : 0,
-  "storage_type" : 0,
+  "storage_type" : 2,
   "partition_date_start" : 0
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/971efbfc/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 9f6ce7f..28328e4 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
@@ -335,6 +335,6 @@
   "auto_merge_time_ranges": null,
   "retention_range": 0,
   "engine_type": 2,
-  "storage_type": 0,
+  "storage_type": 2,
   "partition_date_start": 0
 }