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

    https://github.com/apache/incubator-rya/pull/251#discussion_r153008756
  
    --- Diff: 
extras/rya.pcj.fluo/pcj.fluo.app/src/main/java/org/apache/rya/indexing/pcj/fluo/app/JoinResultUpdater.java
 ---
    @@ -183,18 +177,18 @@ public void updateJoinResults(
         public static enum Side {
             LEFT, RIGHT;
         }
    -    
    -    
    +
    +
         /**
          * Fetches batch to be processed by scanning over the Span specified 
by the
          * {@link JoinBatchInformation}. The number of results is less than or 
equal
          * to the batch size specified by the JoinBatchInformation.
    -     * 
    +     *
          * @param tx - Fluo transaction in which batch operation is performed
          * @param siblingSpan - span of sibling to retrieve elements to join 
with
          * @param bsSet- set that batch results are added to
          * @return Set - containing results of sibling scan.
    -     * @throws Exception 
    +     * @throws Exception
    --- End diff --
    
    doc when this gets thrown


---

Reply via email to