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 2017/07/26 01:25:21 UTC

[1/2] kylin git commit: cover spark engine in IT

Repository: kylin
Updated Branches:
  refs/heads/master 384007f77 -> a65d3995b


cover spark engine in IT


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

Branch: refs/heads/master
Commit: f8dfdf379099acaa2f40d9abb33b96ce97c6edc5
Parents: 384007f
Author: shaofengshi <sh...@apache.org>
Authored: Sun Jul 23 20:11:59 2017 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed Jul 26 09:25:04 2017 +0800

----------------------------------------------------------------------
 .../test_case_data/localmeta/cube_desc/ci_inner_join_cube.json     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/f8dfdf37/examples/test_case_data/localmeta/cube_desc/ci_inner_join_cube.json
----------------------------------------------------------------------
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 28a63d5..27acdd3 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
@@ -610,7 +610,7 @@
   "status_need_notify": [],
   "auto_merge_time_ranges": null,
   "retention_range": 0,
-  "engine_type": 2,
+  "engine_type": 4,
   "storage_type": 2,
   "override_kylin_properties": {
     "kylin.cube.algorithm": "LAYER"


[2/2] kylin git commit: fix RAT issue

Posted by sh...@apache.org.
fix RAT issue


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

Branch: refs/heads/master
Commit: a65d3995bed3faab41ee174f4f16e2df7614761c
Parents: f8dfdf3
Author: shaofengshi <sh...@apache.org>
Authored: Sun Jul 23 15:01:53 2017 +0000
Committer: shaofengshi <sh...@apache.org>
Committed: Wed Jul 26 09:25:13 2017 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/a65d3995/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e1eecd1..2cddb21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1450,7 +1450,7 @@
 
                                 <!--Test Data-->
                                 <exclude>**/src/test/resources/**</exclude>
-
+                                <exclude>**/test_case_data/localmeta/UUID</exclude>
                                 <!-- generated files -->
                                 <exclude>**/target/**</exclude>
                                 <exclude>lib/**</exclude>