Skip to content

Commit

Permalink
Upgraded avatica calcite version due to issue in jdbc driver like htt…
Browse files Browse the repository at this point in the history
  • Loading branch information
pnaszarkowski authored and nichunen committed Jul 16, 2019
1 parent 34a7172 commit 82b088b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

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);
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 82b088b

Please sign in to comment.