You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bi...@apache.org on 2017/01/17 14:45:43 UTC

[10/10] kylin git commit: KYLIN-2394 upgrade calcite to 1.11 and avatica to 1.9

KYLIN-2394 upgrade calcite to 1.11 and avatica to 1.9


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

Branch: refs/heads/KYLIN-2394
Commit: fe599e788a95185e3e387af96733f3ef7b23666c
Parents: e894465
Author: Billy Liu <bi...@apache.org>
Authored: Tue Jan 17 22:45:16 2017 +0800
Committer: Billy Liu <bi...@apache.org>
Committed: Tue Jan 17 22:45:16 2017 +0800

----------------------------------------------------------------------
 atopcalcite/pom.xml                             |    5 +-
 .../calcite/sql2rel/SqlToRelConverter.java      | 3941 +++++++++++-------
 jdbc/pom.xml                                    |   11 +-
 .../java/org/apache/kylin/jdbc/KylinMeta.java   |    2 +-
 kylin-it/pom.xml                                |    8 -
 .../org/apache/kylin/jdbc/ITJDBCDriverTest.java |    1 +
 pom.xml                                         |   10 +-
 query/pom.xml                                   |    4 -
 8 files changed, 2412 insertions(+), 1570 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/fe599e78/atopcalcite/pom.xml
----------------------------------------------------------------------
diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml
index b916df2..5bcdac3 100644
--- a/atopcalcite/pom.xml
+++ b/atopcalcite/pom.xml
@@ -37,6 +37,9 @@
             <groupId>org.apache.calcite</groupId>
             <artifactId>calcite-core</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.calcite.avatica</groupId>
+            <artifactId>avatica</artifactId>
+        </dependency>
     </dependencies>
-
 </project>