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

Fix getNextRowSequenceWithLength callsites that close #5653

Conversation

devinrsmith
Copy link
Member

A couple of callers are closing the results from io.deephaven.engine.rowset.RowSequence.Iterator#getNextRowSequenceWithLength; this is improper usage, the callers must not close it.

A couple of callers are closing the results from `io.deephaven.engine.rowset.RowSequence.Iterator#getNextRowSequenceWithLength`; this is improper usage, the callers must not close it.
@devinrsmith devinrsmith added this to the 3. May 2024 milestone Jun 21, 2024
@devinrsmith devinrsmith requested a review from rcaudy June 21, 2024 20:24
@devinrsmith devinrsmith self-assigned this Jun 21, 2024
@devinrsmith devinrsmith merged commit 5d1c519 into deephaven:main Jun 22, 2024
19 checks passed
@devinrsmith devinrsmith deleted the fix-getNextRowSequenceWithLength-callers branch June 22, 2024 00:55
@github-actions github-actions bot locked and limited conversation to collaborators Jun 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants