[
https://issues.apache.org/jira/browse/CALCITE-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100163#comment-16100163
]
Josh Elser commented on CALCITE-1902:
-------------------------------------
Hi [~sergiosp]! Thanks for reporting the issue.
Looking at the javadoc on {{ResultSet#previous()}}, it instructs us to throw
{{SQLFeatureNotSupportedException}} if the driver doesn't support it, not a
bare {{SQLException}}.
Do you have interest in fixing this?
> 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)