mroeschke opened a new pull request, #50427: URL: https://github.com/apache/arrow/pull/50427
### Rationale for this change Towards https://github.com/apache/arrow/issues/50398 ### What changes are included in this PR? This is an agent generated PR that makes `FlightError` a non-cdef subclass of `Exception` as Cython does not support building with the Limited API and cdef classes that inherit from Python classes. It appears before a `cdef CStatus to_status` was defined on each subclass to return a `MakeFlightError` per flight error flavor. This was pull out to a dedicated `_flight_error_to_status` function instead. ### Are these changes tested? Yes (via existing tests?) ### Are there any user-facing changes? No -- 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]
