KYLIN-2394 Upgrade Calcite to 1.11 and Avatica to 1.9.0
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/dfb5fac9 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/dfb5fac9 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/dfb5fac9 Branch: refs/heads/master-hbase1.x Commit: dfb5fac9f0d9c13f1128206b73e683b515fe3d72 Parents: 61833d9 Author: Billy Liu <billy...@apache.org> Authored: Thu Jan 19 14:54:20 2017 +0800 Committer: Billy Liu <billy...@apache.org> Committed: Thu Jan 19 14:54:20 2017 +0800 ---------------------------------------------------------------------- atopcalcite/pom.xml | 11 +- .../calcite/sql2rel/SqlToRelConverter.java | 3941 +++++++++++------- jdbc/pom.xml | 12 +- .../java/org/apache/kylin/jdbc/KylinMeta.java | 2 +- kylin-it/pom.xml | 14 +- .../org/apache/kylin/jdbc/ITJDBCDriverTest.java | 1 + pom.xml | 10 +- query/pom.xml | 10 +- 8 files changed, 2430 insertions(+), 1571 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/dfb5fac9/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index b916df2..1b327fe 100644 --- a/atopcalcite/pom.xml +++ b/atopcalcite/pom.xml @@ -36,7 +36,16 @@ <dependency> <groupId>org.apache.calcite</groupId> <artifactId>calcite-core</artifactId> + <exclusions> + <exclusion> + <groupId>org.apache.calcite.avatica</groupId> + <artifactId>avatica-core</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.calcite.avatica</groupId> + <artifactId>avatica</artifactId> </dependency> </dependencies> - </project>