grafter icon indicating copy to clipboard operation
grafter copied to clipboard

Close internal iterator for sequence returned by to-statements implementation of RepositoryConnection

Open lkitching opened this issue 4 years ago • 2 comments

The to-statements implementation of RepositoryConnection returns a lazy sequence backed by an internal org.eclipse.rdf4j.repository.RepositoryResult. This class contains a close which should be called when the internal sequence has been fully realised or in case of an error.

lkitching avatar Mar 04 '20 18:03 lkitching

Agreed we should close this, but does this manifest itself as an error or a bug at all? What symptoms does this have?

RickMoynihan avatar Jun 03 '20 09:06 RickMoynihan

I'm not aware of any issues, no.

lkitching avatar Jun 03 '20 10:06 lkitching