Abraham Elmahrek created SQOOP-1659:
---------------------------------------
Summary: 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)