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

    https://github.com/apache/incubator-rya/pull/196#discussion_r131464691
  
    --- Diff: 
dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBQueryEngine.java ---
    @@ -118,7 +124,8 @@ public MongoDBRdfConfiguration getConf() {
                 }
     
                 // TODO not sure what to do about regex ranges?
    -            final RyaStatementBindingSetCursorIterator iterator = new 
RyaStatementBindingSetCursorIterator(coll, rangeMap, strategy, 
conf.getAuthorizations());
    +            final RyaStatementBindingSetCursorIterator iterator = new 
RyaStatementBindingSetCursorIterator(
    +                    getCollection(conf), rangeMap, strategy, 
conf.getAuthorizations());
    --- End diff --
    
    Since you call getCollection(conf), I believe that coll is now an unused 
field.  Can you remove it?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to