Repository: kylin
Updated Branches:
  refs/heads/2.0.x-hbase0.98 9bba3d46e -> e099e7c3b (forced update)


KYLIN-2823 fix ut


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

Branch: refs/heads/2.0.x-hbase0.98
Commit: 1d30a77ecbd0cce6189775d1f36a74c3c0001494
Parents: 3f1c498
Author: Hongbin Ma <mahong...@apache.org>
Authored: Wed Aug 30 17:36:02 2017 +0800
Committer: Hongbin Ma <mahong...@apache.org>
Committed: Wed Aug 30 17:36:02 2017 +0800

----------------------------------------------------------------------
 .../java/org/apache/kylin/storage/gtrecord/DictGridTableTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/1d30a77e/core-storage/src/test/java/org/apache/kylin/storage/gtrecord/DictGridTableTest.java
----------------------------------------------------------------------
diff --git 
a/core-storage/src/test/java/org/apache/kylin/storage/gtrecord/DictGridTableTest.java
 
b/core-storage/src/test/java/org/apache/kylin/storage/gtrecord/DictGridTableTest.java
index 672f3e0..d1e14da 100644
--- 
a/core-storage/src/test/java/org/apache/kylin/storage/gtrecord/DictGridTableTest.java
+++ 
b/core-storage/src/test/java/org/apache/kylin/storage/gtrecord/DictGridTableTest.java
@@ -426,7 +426,7 @@ public class DictGridTableTest extends 
LocalFileMetadataTestCase {
 
         // $1<="9" round down to FALSE
         TupleFilter newFilter = 
GTUtil.convertFilterColumnsAndConstants(filter, info, colMapping, null);
-        assertEquals("AND [UNKNOWN_MODEL:NULL.GT_MOCKUP_TABLE.0 GT 
[\\x00\\x00\\x01J\\xE5\\xBD\\x5C\\x00], []]", newFilter.toString());
+        assertEquals(ConstantTupleFilter.FALSE, newFilter);
     }
 
     @Test

Reply via email to