[ https://issues.apache.org/jira/browse/SQOOP-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217733#comment-13217733
]
Hudson commented on SQOOP-425:
------------------------------
Integrated in Sqoop-ant-jdk-1.6 #88 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6/88/])
SQOOP-425 Sqoop invokes ResultSet.isLast() which causes Sybase JDBC driver to hang (Revision
1294396)
Result = SUCCESS
blee : http://svn.apache.org/viewvc/?view=rev&rev=1294396
Files :
* /incubator/sqoop/trunk/src/java/org/apache/sqoop/mapreduce/db/DBRecordReader.java
> Sqoop invokes ResultSet.isLast() which causes Sybase JDBC driver to hang
> ------------------------------------------------------------------------
>
> Key: SQOOP-425
> URL: https://issues.apache.org/jira/browse/SQOOP-425
> Project: Sqoop
> Issue Type: Bug
> Affects Versions: 1.3.0
> Reporter: Arvind Prabhakar
> Assignee: Cheolsoo Park
> Attachments: SQOOP-425.patch
>
>
> The call to ResultSet.isLast() should be replaced by ResultSet.isAfterLast() where necessary
in order to help support Sybase for data import.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|