Github user adeneche commented on a diff in the pull request:

    https://github.com/apache/drill/pull/119#discussion_r38547252
  
    --- Diff: 
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillCursor.java ---
    @@ -66,17 +69,18 @@
       private boolean afterFirstBatch = false;
     
       /**
    -   * Whether the next call to this.next() should just return {@code true} 
rather
    -   * than calling nextRowInternally() to try to advance to the next
    -   * record.
    +   * Whether the next call to {@code this.}{@link #next()} should just 
return
    +   * {@code true} rather than calling {@link #nextRowInternally()} to try 
to
    +   * advance to the next record.
        * <p>
    -   *   Currently, can be true only for first call to next().
    +   *   Currently, can be true only for first call to {@link #next()}.
        * </p>
        * <p>
    -   *   (Relates to loadInitialSchema()'s calling nextRowInternally()
    +   *   (Relates to {@link #loadInitialSchema()}'s calling 
nextRowInternally()
    --- End diff --
    
    why not mark nextRowInternally() as {@link} too ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to