alamb commented on issue #12641: URL: https://github.com/apache/datafusion/issues/12641#issuecomment-2402869545
> CollectErrorThenEmitStream wrapper to avoid the repeated logic. Users of the datafusion may have to use this stream in many places. When a user wants to modify the error handling logic, like removing this stream, many scattered codes should be modified. This is a neat idea -- do I understand you correctly that the idea is it is a wrapper around another `RecordBatchStream` that will save (not emit) errors and only return them at the end? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
