You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Sergio Sainz (JIRA)" <ji...@apache.org> on 2017/07/27 07:07:00 UTC

[jira] [Comment Edited] (CALCITE-1902) boolean java.sql.ResultSet.previous() throws SQLException should throw SQLException, but it is throwing UnsupportedOperationException

    [ https://issues.apache.org/jira/browse/CALCITE-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16102817#comment-16102817 ] 

Sergio Sainz edited comment on CALCITE-1902 at 7/27/17 7:06 AM:
----------------------------------------------------------------

Actually, I think I found the place to make the change: 

https://github.com/apache/calcite-avatica/blob/master/core/src/main/java/org/apache/calcite/avatica/AvaticaResultSet.java#L477



was (Author: sergiosp):
Actually, I think I found the place to make the change: 

https://github.com/apache/calcite-avatica/blob/master/core/src/main/java/org/apache/calcite/avatica/AvaticaResultSet.java#L477

Can I modify it and submit change for review?

> boolean java.sql.ResultSet.previous() throws SQLException should throw SQLException, but it is throwing UnsupportedOperationException
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CALCITE-1902
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1902
>             Project: Calcite
>          Issue Type: Bug
>          Components: avatica
>    Affects Versions: 1.10.0
>            Reporter: Sergio Sainz
>            Priority: Minor
>
> boolean java.sql.ResultSet.previous() throws SQLException should throw SQLException, but it is throwing UnsupportedOperationException instead.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)