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

nic 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 82b088b  Upgraded avatica calcite version due to issue in jdbc driver 
like 
https://community.jaspersoft.com/questions/1047476/i-can-not-connect-kylin-using-jdbc-driver
82b088b is described below

commit 82b088bd4f69aa4e233c79ba8f305a3dd2301fff
Author: pnaszarkowski <pnaszarkow...@gmail.com>
AuthorDate: Thu Jul 11 22:48:18 2019 +0200

    Upgraded avatica calcite version due to issue in jdbc driver like 
https://community.jaspersoft.com/questions/1047476/i-can-not-connect-kylin-using-jdbc-driver
---
 jdbc/src/main/java/org/apache/kylin/jdbc/KylinResultSet.java | 2 +-
 pom.xml                                                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jdbc/src/main/java/org/apache/kylin/jdbc/KylinResultSet.java 
b/jdbc/src/main/java/org/apache/kylin/jdbc/KylinResultSet.java
index b51fb75..1654dd0 100644
--- a/jdbc/src/main/java/org/apache/kylin/jdbc/KylinResultSet.java
+++ b/jdbc/src/main/java/org/apache/kylin/jdbc/KylinResultSet.java
@@ -39,7 +39,7 @@ import org.apache.kylin.jdbc.IRemoteClient.QueryResult;
 
 public class KylinResultSet extends AvaticaResultSet {
 
-    public KylinResultSet(AvaticaStatement statement, QueryState state, 
Signature signature, ResultSetMetaData resultSetMetaData, TimeZone timeZone, 
Frame firstFrame) {
+    public KylinResultSet(AvaticaStatement statement, QueryState state, 
Signature signature, ResultSetMetaData resultSetMetaData, TimeZone timeZone, 
Frame firstFrame) throws SQLException {
         super(statement, state, signature, resultSetMetaData, timeZone, 
firstFrame);
     }
 
diff --git a/pom.xml b/pom.xml
index eb5146d..3085bd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
 
     <!-- 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>
+    <avatica.version>1.12.0</avatica.version>
 
     <!-- Hadoop Common deps, keep compatible with hadoop2.version -->
     <zookeeper.version>3.4.13</zookeeper.version>

Reply via email to