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

    https://github.com/apache/incubator-rya/pull/36#discussion_r58912007
  
    --- Diff: 
extras/rya.pcj.fluo/pcj.fluo.app/src/main/java/org/apache/rya/indexing/pcj/fluo/app/observers/TripleObserver.java
 ---
    @@ -85,9 +97,16 @@ public void process(final TypedTransactionBase tx, final 
Bytes row, final Column
     
                 while(ci.hasNext()) {
                     final String varOrders = ci.next().getValue().toString();
    -                final String bindingSet = getBindingSet(triple, pattern, 
varOrders);
    -                if(bindingSet.length() != 0) {
    -                    tx.mutate().row(spID + NODEID_BS_DELIM + 
bindingSet).col(FluoQueryColumns.STATEMENT_PATTERN_BINDING_SET).set(bindingSet);
    +                final VariableOrder varOrder = new 
VariableOrder(varOrders);
    +                final String bindingSetString = getBindingSet(triple, 
pattern, varOrders);
    +
    --- End diff --
    
    whitespace


---
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