lidavidm commented on issue #36722: URL: https://github.com/apache/arrow/issues/36722#issuecomment-1686532441
[Googleapis already defines canonical mappings between gRPC and HTTP status codes](https://buf.build/googleapis/googleapis/file/main:google/rpc/code.proto). However, these are lossy in both directions. Given that, I'd rather stick with the canonical gRPC codes for Flight since we already use them, and we should just update the Flight codes to be 1:1 with gRPC (e.g. to fix #35888). We could define our own symmetric mapping, but I'd rather not risk doing something that would confuse people who also want to use existing gRPC infrastructure (e.g. HTTP proxies). -- 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]
