You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2020/06/05 06:30:59 UTC

[kylin] branch master updated: Upgrade calcite to 1.16.0-kylin-r5

This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d592b9  Upgrade calcite to 1.16.0-kylin-r5
5d592b9 is described below

commit 5d592b91769b5129c76df3c8b1deb3bd58ebcbb8
Author: Zhichao Zhang <44...@qq.com>
AuthorDate: Fri Jun 5 11:27:50 2020 +0800

    Upgrade calcite to 1.16.0-kylin-r5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 94406e5..928d52c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
     <reflections.version>0.9.10</reflections.version>
 
     <!-- Calcite Version, the kylin fork is: https://github.com/Kyligence/calcite -->
-    <calcite.version>1.16.0-kylin-r4</calcite.version>
+    <calcite.version>1.16.0-kylin-r5</calcite.version>
     <avatica.version>1.12.0</avatica.version>
 
     <!-- Hadoop Common deps, keep compatible with hadoop2.version -->