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 2018/12/17 08:03:46 UTC

[kylin] branch master updated: minor, add forked calcite source location

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

shaofengshi 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 45f6f99  minor, add forked calcite source location
45f6f99 is described below

commit 45f6f99ebef4a0d64afc2341e5c786201cad0500
Author: shaofengshi <sh...@apache.org>
AuthorDate: Mon Dec 17 16:03:32 2018 +0800

    minor, add forked calcite source location
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7474817..ac1edf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
 
     <!-- <reflections.version>0.9.10</reflections.version> -->
 
-    <!-- Calcite Version -->
+    <!-- Calcite Version, the kylin fork is: https://github.com/Kyligence/calcite -->
     <calcite.version>1.16.0-kylin-r2</calcite.version>
     <avatica.version>1.10.0</avatica.version>