Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lkitching opened this issue Mar 4, 2020 · 2 comments

Comments

@lkitching
Copy link
Contributor

lkitching commented Mar 4, 2020

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 lkitching changed the title Close internal iterator for sequence returned by to-statements implemenation of RepositoryConnection Close internal iterator for sequence returned by to-statements implemenation of RepositoryConnection Mar 4, 2020
@RickMoynihan
Copy link
Member

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

@lkitching lkitching changed the title Close internal iterator for sequence returned by to-statements implemenation of RepositoryConnection Close internal iterator for sequence returned by to-statements implementation of RepositoryConnection Jun 3, 2020
@lkitching
Copy link
Contributor Author

I'm not aware of any issues, no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants