afs commented on issue #1646:
URL: https://github.com/apache/jena/issues/1646#issuecomment-1333494165

   @ebremer 
   
   What's the "do the business " part? Is it in someway updating the data being 
queried?
   
   A `ResultSet` is a stream from the data, and it stepping through as `.next` 
is called during the `forEachRemaining`.
   
   To isolate the result set from the data:
   
   ```
       ResultSet rs = qe.execSelect().materialise();
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to