You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/11/03 07:42:19 UTC

kylin git commit: minor, update calcite dependency

Repository: kylin
Updated Branches:
  refs/heads/master 11d8f87af -> 3e21f104d


minor, update calcite dependency


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

Branch: refs/heads/master
Commit: 3e21f104d2c3d9df896d550e22d907526aa6d5ea
Parents: 11d8f87
Author: lidongsjtu <li...@apache.org>
Authored: Sat Oct 28 20:53:02 2017 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Fri Nov 3 15:35:11 2017 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/3e21f104/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ea05c0d..3665f08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
         <!-- <reflections.version>0.9.10</reflections.version> -->
 
         <!-- Calcite Version -->
-        <calcite.version>1.13.0-kylin-r2-SNAPSHOT</calcite.version>
+        <calcite.version>1.13.0-kylin-r3-SNAPSHOT</calcite.version>
         <avatica.version>1.10.0</avatica.version>
 
         <!-- Hadoop Common deps, keep compatible with hadoop2.version -->