Goodjooy commented on PR #3399:
URL: https://github.com/apache/arrow-rs/pull/3399#issuecomment-1379762923

   I think the error is returning with the return value is better.
   The return type of the function signal can like : 
`Result<Option<(RecordBatch, Option<ArrowError>)>, ArrowError>` .
   Returning previous error in `next_batch`  seems not a good idea


-- 
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]

Reply via email to