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

    https://github.com/apache/jena/pull/361#discussion_r168644094
  
    --- Diff: jena-tdb/src/main/java/org/apache/jena/tdb/solver/BindingTDB.java 
---
    @@ -120,6 +121,8 @@ public Node get1(Var var)
                 if ( id == null )
                     return null ; 
                 n = nodeTable.getNodeForNodeId(id) ;
    +            if ( n == null )
    +                throw new TDBException("No node in NodeTable for NodeId 
"+id);
    --- End diff --
    
    Right-o, sounds like it's much better to leave it be.


---

Reply via email to