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

Remove unnecessary toBeReturned field from serialized batch iterators #11778

Open
wants to merge 1 commit into
base: branch-25.02
Choose a base branch
from

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Nov 26, 2024

While reviewing #11771 I noticed there's a toBeReturned data member in the serialized batch iterator classes that's unnecessary. It's always None outside of the next() method, and the object is created and returned by the next() method.

This removes the unnecessary data member which simplifies the code a bit.

@jlowe jlowe self-assigned this Nov 26, 2024
@jlowe
Copy link
Member Author

jlowe commented Nov 26, 2024

build

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

Successfully merging this pull request may close these issues.

1 participant