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 2016/07/26 03:34:11 UTC

[52/55] [abbrv] kylin git commit: KYLIN-1749 Allow mandatory only cuboid

KYLIN-1749 Allow mandatory only cuboid


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

Branch: refs/heads/1.5.x-CDH5.7
Commit: 5d679f1a6d4055286b7e77a91cf18d482aebadaa
Parents: 8e780c2
Author: Yang Li <li...@apache.org>
Authored: Tue May 31 08:12:47 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Tue Jul 26 09:30:19 2016 +0800

----------------------------------------------------------------------
 .../src/test/java/org/apache/kylin/cube/cuboid/CuboidTest.java      | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/5d679f1a/core-cube/src/test/java/org/apache/kylin/cube/cuboid/CuboidTest.java
----------------------------------------------------------------------
diff --git a/core-cube/src/test/java/org/apache/kylin/cube/cuboid/CuboidTest.java b/core-cube/src/test/java/org/apache/kylin/cube/cuboid/CuboidTest.java
index 2e64791..b4a56f5 100644
--- a/core-cube/src/test/java/org/apache/kylin/cube/cuboid/CuboidTest.java
+++ b/core-cube/src/test/java/org/apache/kylin/cube/cuboid/CuboidTest.java
@@ -150,7 +150,6 @@ public class CuboidTest extends LocalFileMetadataTestCase {
         CubeDesc cube = getSSBCubeDesc();
 
         assertEquals(false, Cuboid.isValid(cube, toLong("10000000000")));
-
         // the 4th is mandatory and isMandatoryOnlyValid is true
         assertEquals(true, Cuboid.isValid(cube, toLong("10000001000")));
         assertEquals(true, Cuboid.isValid(cube, toLong("00000001000")));