Commits


David Li authored and Antoine Pitrou committed ec7fce54312
ARROW-8112: [FlightRPC][C++] make sure status codes round-trip through gRPC There are still unmapped status codes, but these are the ones that correspond closely to a gRPC one. (OutOfMemory, for instance, doesn't quite line up with RESOURCE_EXHAUSTED since the latter is intended for some application-level resource like a disk quota, not an internal server error.) Closes #6615 from lidavidm/flight-missing-codes Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>