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/05/15 05:06:41 UTC

[29/50] [abbrv] incubator-kylin git commit: KYLIN-749 clean up

KYLIN-749 clean up


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

Branch: refs/heads/streaming-localdict
Commit: 876ac6032f86d9763a4ce645f0fab302dbea78e4
Parents: a2906ae
Author: honma <ho...@ebay.com>
Authored: Fri May 8 22:03:55 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Fri May 8 22:03:55 2015 +0800

----------------------------------------------------------------------
 .../java/org/apache/kylin/dict/NumberDictionaryTest.java | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/876ac603/dictionary/src/test/java/org/apache/kylin/dict/NumberDictionaryTest.java
----------------------------------------------------------------------
diff --git a/dictionary/src/test/java/org/apache/kylin/dict/NumberDictionaryTest.java b/dictionary/src/test/java/org/apache/kylin/dict/NumberDictionaryTest.java
index 66b0a95..673d8b0 100644
--- a/dictionary/src/test/java/org/apache/kylin/dict/NumberDictionaryTest.java
+++ b/dictionary/src/test/java/org/apache/kylin/dict/NumberDictionaryTest.java
@@ -20,16 +20,6 @@ package org.apache.kylin.dict;
 
 import com.google.common.collect.Lists;
 import com.google.common.collect.Sets;
-import static org.junit.Assert.*;
-
-import java.math.BigDecimal;
-import java.util.ArrayList;
-import java.util.Collection;
-import java.util.Collections;
-import java.util.List;
-import java.util.Random;
-import java.util.Set;
-
 import org.apache.kylin.common.util.Bytes;
 import org.apache.kylin.metadata.model.DataType;
 import org.junit.Test;
@@ -75,7 +65,6 @@ public class NumberDictionaryTest {
         checkCodec("-12345.123", "-9999999999987654.876;");
         checkCodec("0", "00000000000000000");
         checkCodec("0.0", "00000000000000000.0");
-        checkCodec("123456789123456789", "-9999999999987654;");
     }
 
     private void checkCodec(String number, String code) {