[
https://issues.apache.org/jira/browse/PHOENIX-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14200749#comment-14200749
]
Hudson commented on PHOENIX-1404:
---------------------------------
SUCCESS: Integrated in Phoenix-master #475 (See
[https://builds.apache.org/job/Phoenix-master/475/])
PHOENIX-1404 Ignore call to ResultSet#setFetchSize (gabrielr: rev
caa8826fca17c5f03ebbb8a709925dbc48a98fff)
* phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixResultSet.java
> PhoenixResultSet.setFetchSize throws SQLFeatureNotSupportedException
> --------------------------------------------------------------------
>
> Key: PHOENIX-1404
> URL: https://issues.apache.org/jira/browse/PHOENIX-1404
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 5.0.0
> Reporter: Josh Mahonin
> Assignee: Gabriel Reid
> Fix For: 5.0.0, 4.3, 3.3, 4.2.1, 3.2.1
>
> Attachments: PHOENIX-1404.patch
>
>
> I've run into this issue when attempting to use Phoenix with both R Studio
> (with RJDBC), as well as ElasticSearch
> Lots of libraries attempt a setFetchSize() on a JDBC result set, but very few
> of them have error handling code, unfortunately. Rather than attempting to
> patch each library, it would be nice if Phoenix could handle this call.
> Is it as simple as invoking "statement.setFetchSize()" in this method?
> https://github.com/apache/phoenix/blob/4ed9ddb8fd28dffcd686671c18dc89d12b0a1c0c/phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixResultSet.java#L784
> I suspect not, but if someone can take a quick look I can make the necessary
> code change and submit a patch.
> Related to PHOENIX-1175
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)