lidavidm opened a new issue, #36722: URL: https://github.com/apache/arrow/issues/36722
### Describe the enhancement requested We currently ad-hoc map through some of gRPC's status codes and awkwardly map to Arrow status codes (in C++) or a custom exception (in Java). Ideally we'd always expose exactly a consistent set of Flight status codes (this makes it easier to predict behavior across languages, at maybe the cost of a little convenience for someone only working in a single language) Also see - #34544 - #35888 - https://github.com/grpc/grpc/blob/master/doc/http-grpc-status-mapping.md - https://github.com/cloudendpoints/esp/blob/1b02c011f071a8d400dbbbc08b512700b69ae519/src/api_manager/utils/status.cc#L287-L327 - https://github.com/apache/arrow/pull/36517?notification_referrer_id=NT_kwDOAAUA77E2OTg3NTI3MDg4OjMyNzkxOQ#discussion_r1265306369 ### Component(s) FlightRPC -- 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]
