zeroshade commented on issue #727: URL: https://github.com/apache/arrow-go/issues/727#issuecomment-4128660124
Hmm, looks like i might be wrong. We do have a schema check, but is it possible you're writing to a FileWriter *after* it has been Closed? It looks like `WriteBuffered` doesn't actually check `fw.closed` and depending on the right sequence of events, that could lead to this error message... -- 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]
