Repository: kylin Updated Branches: refs/heads/yang-m1 ad485ecb0 -> 24ecf1f34
KYLIN-1632 rollback RoaringBitmap to 0.6.14 Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/24ecf1f3 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/24ecf1f3 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/24ecf1f3 Branch: refs/heads/yang-m1 Commit: 24ecf1f343ccc5360f6418f8e0751cc856f5c3a2 Parents: ad485ec Author: Li Yang <liy...@apache.org> Authored: Wed Apr 27 18:11:59 2016 +0800 Committer: Li Yang <liy...@apache.org> Committed: Wed Apr 27 18:11:59 2016 +0800 ---------------------------------------------------------------------- .../src/test/java/org/apache/kylin/query/ITKylinQueryTest.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/24ecf1f3/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java ---------------------------------------------------------------------- diff --git a/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java b/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java index 8c6b18a..c805535 100644 --- a/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java +++ b/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java @@ -40,7 +40,7 @@ import org.junit.BeforeClass; import org.junit.Ignore; import org.junit.Test; -@Ignore("KylinQueryTest is contained by ITCombinationTest") +//@Ignore("KylinQueryTest is contained by ITCombinationTest") public class ITKylinQueryTest extends KylinTestBase { @BeforeClass http://git-wip-us.apache.org/repos/asf/kylin/blob/24ecf1f3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 36c2138..e7eea8c 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ <kryo.version>3.0.3</kryo.version> <ehcache.version>2.8.1</ehcache.version> <apache-httpclient.version>4.5</apache-httpclient.version> - <roaring.version>(0.5.4,]</roaring.version> + <roaring.version>0.6.14</roaring.version> <!-- REST Service --> <spring.framework.version>3.1.2.RELEASE</spring.framework.version>