I noticed when I get server-side errors on Apache Arrow Flight, my Flight
client will get the following `FlightServerError`, with the original
message and Python exception that was raised. The traceback, however is
not for the server-side code. Is there a way to include the original Python
code traceback for all FlightServerErrors? One way I can think of doing
this is try-except all errors in each server function and reraise the
errors with the traceback concatenated with the original message, but this
seems hacky.

> pyarrow._flight.FlightServerError: 'snetio' object has no attribute
'_sdict'. Detail: Python exception: AttributeError
> pyarrow/_flight.pyx:60: FlightServerError

Thanks and appreciate your input!

Reply via email to