-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35417/
-----------------------------------------------------------
(Updated June 18, 2015, 6:37 a.m.)
Review request for drill and abdelhakim deneche.
Bugs: DRILL-3285
https://issues.apache.org/jira/browse/DRILL-3285
Repository: drill-git
Description
-------
Split the original public next() method (which was hacked to handle an extra,
initial call to read the schema batch) into:
- new loadInitialSchema() (for handling the call for the schema)
- modified next() (for handling normal calls from ResultSet.next())
- new private nextRowInternally() (for common code)
Pulled invariant afterFirstBatch up out of bogus-batch loop.
Diffs (updated)
-----
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillCursor.java
PRE-CREATION
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillResultSetImpl.java
cb6bd1d
Diff: https://reviews.apache.org/r/35417/diff/
Testing
-------
Ran tests (all parts together); no new errors.
Thanks,
Daniel Barclay