[
https://issues.apache.org/jira/browse/SQOOP-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217689#comment-13217689
]
[email protected] commented on SQOOP-425:
-----------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4075/
-----------------------------------------------------------
Review request for Sqoop and Bilung Lee.
Summary
-------
The call to ResultSet.isLast() should be replaced by ResultSet.isAfterLast()
where necessary in order to help support Sybase for data import.
This addresses bug SQOOP-425.
https://issues.apache.org/jira/browse/SQOOP-425
Diffs
-----
./src/java/org/apache/sqoop/mapreduce/db/DBRecordReader.java 1294374
Diff: https://reviews.apache.org/r/4075/diff
Testing
-------
Ran ant test
Thanks,
Cheolsoo
> 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
>
> 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