xshirax opened a new issue, #45555:
URL: https://github.com/apache/arrow/issues/45555

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   Im using python implementation of arrow flight server.
   Looking at the docs and the source code, I cant find which exception is the 
most fitting to return in case of something similiar to client bad request  
(400 status codes in rest / INVALID_ARGUMENT status code for grpc)? like in 
case of giving invalid data inside the ticket and descriptor.
   Currently I throw flight.FlightServerError with am indicative message inside 
but it doesn't seem like the best approach.
   
   ### Component(s)
   
   Python, FlightRPC


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to