zeroshade commented on PR #853: URL: https://github.com/apache/arrow-go/pull/853#issuecomment-4746286814
Hmm, that's a good point honestly. the io.Writer interface makes no guarantees about concurrency safety and should only be considered safe if the underlying implementation being used is safe. I think I agree with you that it would be better for us to just add to the documentation that the ipc writer is not concurrency safe and that writes need to get serialized. -- 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]
