[
https://issues.apache.org/jira/browse/SQOOP-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Jarcec Cecho resolved SQOOP-1659.
---------------------------------------
Resolution: Not A Problem
The code in question doesn't seem to be repository any more, so resolving for
now.
> Sqoop2: Use result set fetch size in repository
> -----------------------------------------------
>
> Key: SQOOP-1659
> URL: https://issues.apache.org/jira/browse/SQOOP-1659
> Project: Sqoop
> Issue Type: Bug
> Components: sqoop2-framework
> Affects Versions: 1.99.4
> Reporter: Abraham Elmahrek
> Fix For: 2.0.0
>
>
> The following seems unnecessary:
> {code}
> ResultSet rset = stmt.getResultSet();
> int count = 0;
> while (rset.next()) {
> count++;
> }
> LOG.info("QUERY(" + query + ") produced unused resultset with "+
> count + " rows");
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)