Uh oh!
There was an error while loading. Please reload this page.
ARROW-16069: [C++][FlightRPC] Refactor out gRPC error code handling - #12749
ARROW-16069: [C++][FlightRPC] Refactor out gRPC error code handling#12749lidavidm wants to merge 7 commits into
Conversation
TODOs:
|
lidavidm
commented
Apr 12, 2022
CC @cyb70289, this addresses the error handling questions from the last PR by refactoring out the gRPC implementation for UCX to use. |
Uh oh!
There was an error while loading. Please reload this page.
ursabot
commented
Apr 15, 2022
Benchmark runs are scheduled for baseline = 62d0b17 and contender = fc9af3c. fc9af3c is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
kou
commented
Apr 15, 2022
@lidavidm It seems that this breaks CI on macOS: https://github.com/ursacomputing/crossbow/runs/6038992284?check_suite_focus=true#step:6:5601 Could you confirm this? |
lidavidm
commented
Apr 16, 2022
I can't reproduce it right away with Clang 12 locally (on Linux), but regardless we can fix that. Thanks for catching this Kou. See #12903. |
kou
commented
Apr 16, 2022
@github-actions crossbow submit python-sdist |
Revision: a00113b Submitted crossbow builds: ursacomputing/crossbow @ actions-1867
|
| """A Flight server that uses all the Flight-specific errors.""" | ||
| errors = { | ||
| "internal": flight.FlightInternalError, |
There was a problem hiding this comment.
@lidavidmflight is None when we don't enable Flight.
See also: https://github.com/ursacomputing/crossbow/runs/6046421802?check_suite_focus=true#step:6:2372
==================================== ERRORS ====================================
_ ERROR collecting usr/local/lib/python3.8/dist-packages/pyarrow/tests/test_flight.py _
usr/local/lib/python3.8/dist-packages/pyarrow/tests/test_flight.py:355: in <module>
class ErrorFlightServer(FlightServerBase):
usr/local/lib/python3.8/dist-packages/pyarrow/tests/test_flight.py:359: in ErrorFlightServer
"internal": flight.FlightInternalError,
E AttributeError: 'NoneType' object has no attribute 'FlightInternalError'
No description provided.