laskoviymishka opened a new pull request, #810: URL: https://github.com/apache/iceberg-go/pull/810
Use errgroup.WithContext so the first worker error cancels a derived context. Add select on ctx.Done() for both the feeder (ch <- v) and worker (out <- result) sends, allowing them to unblock when the context is cancelled instead of blocking forever. Closes #796 -- 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]
