[ https://issues.apache.org/jira/browse/DRILL-6647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16589951#comment-16589951 ]
ASF GitHub Bot commented on DRILL-6647: --------------------------------------- vvysotskyi commented on a change in pull request #1425: DRILL-6647: Update Calcite version to 1.17.0 URL: https://github.com/apache/drill/pull/1425#discussion_r212229599 ########## File path: exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillConnectionImpl.java ########## @@ -419,279 +395,161 @@ public TimeZone getTimeZone() { // No isWrapperFor(Class<?>) (it doesn't throw SQLException if already closed). // No unwrap(Class<T>) (it doesn't throw SQLException if already closed). - @Override - public AvaticaStatement createStatement() throws SQLException { - throwIfClosed(); - return super.createStatement(); - } - - @Override Review comment: As I mentioned in the description of PR, in Avatica was made a change in its methods and signatures, so now they check for connection is open, and all these Drill methods may be removed to avoid the same check twice. Also, for most of the methods in Avatica was added `throws SQLException`, so now it is not needed to wrap these exceptions. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Update Calcite version to 1.17.0 > -------------------------------- > > Key: DRILL-6647 > URL: https://issues.apache.org/jira/browse/DRILL-6647 > Project: Apache Drill > Issue Type: Task > Reporter: Volodymyr Vysotskyi > Assignee: Volodymyr Vysotskyi > Priority: Major > Fix For: 1.15.0 > > > Upgrade to Calcite 1.17 version. > From the upgrade to Calcite 1.16, several commits were left in Drill-Calcite > fork. Since no additional work was done to move those commits from the fork, > they will be placed on top of Calcite 1.17. > Status from the upgrade to 1.15: > > [https://docs.google.com/document/d/1Lqk9NoKQviz0YimBmov4z1pui7QjJGjDVwMa1p0emPk/edit#heading=h.i3rowg20vxv4] -- This message was sent by Atlassian JIRA (v7.6.3#76005)