lidavidm commented on issue #36540: URL: https://github.com/apache/arrow/issues/36540#issuecomment-1625478133
> errors in `to_reader()` call are propagated as OSError (suspicious?) This is tangential, but IMO this was a mistake of the original implementation of trying to reuse the Arrow errors instead of specifying a fully independent set of Flight-specific errors. So Arrow converts things like IOError (status code) to OSError (exception), and Flight reuses that (and additionally tries to map the gRPC status codes onto the Arrow status codes), which gets confusing fast. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org