[
https://issues.apache.org/jira/browse/CALCITE-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16102817#comment-16102817
]
Sergio Sainz commented on CALCITE-1902:
---------------------------------------
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)