YjyJeff commented on issue #12641:
URL: https://github.com/apache/datafusion/issues/12641#issuecomment-2403766616

   > > 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 (after the wrapped stream is done?)
   
   Yes


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

Reply via email to