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/09/28 14:52:59 UTC

incubator-kylin git commit: KYLIN-943 fix an error in BuildCubeWithEngine

Repository: incubator-kylin
Updated Branches:
  refs/heads/KYLIN-943 baab99f98 -> 25468b9b7


KYLIN-943 fix an error in BuildCubeWithEngine

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

Branch: refs/heads/KYLIN-943
Commit: 25468b9b7adabd2818bdd84f04a9f7563127789a
Parents: baab99f
Author: shaofengshi <sh...@apache.org>
Authored: Mon Sep 28 20:52:38 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Mon Sep 28 20:52:38 2015 +0800

----------------------------------------------------------------------
 .../test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/25468b9b/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java
----------------------------------------------------------------------
diff --git a/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java b/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java
index 8a81165..029c263 100644
--- a/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java
+++ b/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java
@@ -195,7 +195,7 @@ public class BuildCubeWithEngineTest {
         long date1 = 0;
         long date2 = f.parse("2022-01-01").getTime();
         List<String> result = Lists.newArrayList();
-        result.add(buildSegment("test_kylin_cube_with_slr_empty", date1, date2));
+        result.add(buildSegment("test_kylin_cube_topn", date1, date2));
         return result;
     }