You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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).
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
Component(s)
FlightRPC
The text was updated successfully, but these errors were encountered: