tustvold commented on PR #3404: URL: https://github.com/apache/arrow-rs/pull/3404#issuecomment-1366593656
> the result of poll already reflects the error and we won't go for next poll This is only if using a method that inspects the return types. If you used something like `collect` instead of `try_collect` you would just continue going after the error > Actually returning Poll::Pending without scheduling a wake for the task will cause the stream execution stuck if such poll is called. Perhaps we could return `None` here? -- 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]
