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 2015/07/14 10:35:24 UTC

incubator-kylin git commit: KYLIN-867 Give test hybrid instance a bigger cost

Repository: incubator-kylin
Updated Branches:
  refs/heads/0.8 846798162 -> 111d8d206


KYLIN-867 Give test hybrid instance a bigger cost

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

Branch: refs/heads/0.8
Commit: 111d8d206a950fd1e73499d77fcb188a3cc8b94e
Parents: 8467981
Author: shaofengshi <sh...@apache.org>
Authored: Tue Jul 14 16:35:16 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Tue Jul 14 16:35:16 2015 +0800

----------------------------------------------------------------------
 .../localmeta/hybrid/test_kylin_hybrid_inner_join.json              | 1 +
 .../localmeta/hybrid/test_kylin_hybrid_left_join.json               | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/111d8d20/examples/test_case_data/localmeta/hybrid/test_kylin_hybrid_inner_join.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/hybrid/test_kylin_hybrid_inner_join.json b/examples/test_case_data/localmeta/hybrid/test_kylin_hybrid_inner_join.json
index 621875a..9e9a826 100644
--- a/examples/test_case_data/localmeta/hybrid/test_kylin_hybrid_inner_join.json
+++ b/examples/test_case_data/localmeta/hybrid/test_kylin_hybrid_inner_join.json
@@ -7,6 +7,7 @@
       "realization": "test_kylin_cube_without_slr_empty"
     }
   ],
+  "cost": 100,
   "last_modified": 1420016227424,
   "create_time": null
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/111d8d20/examples/test_case_data/localmeta/hybrid/test_kylin_hybrid_left_join.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/hybrid/test_kylin_hybrid_left_join.json b/examples/test_case_data/localmeta/hybrid/test_kylin_hybrid_left_join.json
index affb401..4f0bf98 100644
--- a/examples/test_case_data/localmeta/hybrid/test_kylin_hybrid_left_join.json
+++ b/examples/test_case_data/localmeta/hybrid/test_kylin_hybrid_left_join.json
@@ -7,6 +7,7 @@
       "realization": "test_kylin_cube_with_slr_left_join_empty"
     }
   ],
+  "cost": 100,
   "last_modified": 1420016227424,
   "create_time": null
 }
\ No newline at end of file