You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ad...@apache.org on 2015/09/02 20:42:52 UTC

[4/4] drill git commit: DRILL-3661: Update: Added a @link and a @code.

DRILL-3661: Update:  Added a @link and a @code.

This closes #119


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/e39fa835
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/e39fa835
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/e39fa835

Branch: refs/heads/master
Commit: e39fa835d615684bcb2753d14c402b303808c1fd
Parents: e880fc0
Author: dbarclay <db...@maprtech.com>
Authored: Wed Sep 2 10:14:37 2015 -0700
Committer: adeneche <ad...@gmail.com>
Committed: Wed Sep 2 10:24:11 2015 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/drill/jdbc/impl/DrillCursor.java   | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/e39fa835/exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillCursor.java
----------------------------------------------------------------------
diff --git a/exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillCursor.java b/exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillCursor.java
index 8083b15..51103dd 100644
--- a/exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillCursor.java
+++ b/exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillCursor.java
@@ -76,11 +76,10 @@ class DrillCursor implements Cursor {
    *   Currently, can be true only for first call to {@link #next()}.
    * </p>
    * <p>
-   *   (Relates to {@link #loadInitialSchema()}'s calling nextRowInternally()
-   *   one "extra" time
-   *   (extra relative to number of {@link ResultSet#next()} calls) at the
-   *   beginning to get first batch and schema before Statement.execute...(...)
-   *   even returns.
+   *   (Relates to {@link #loadInitialSchema()}'s calling
+   *   {@link #nextRowInternally()} one "extra" time (extra relative to number
+   *   of {@link ResultSet#next()} calls) at the beginning to get first batch
+   *   and schema before {@code Statement.execute...(...)} even returns.)
    * </p>
    */
   private boolean returnTrueForNextCallToNext = false;