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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Hi @lidavidm pyarrow 11.0 is breaking my arrow flight related code. I think 
you have a good sense what the problem is: /arrow/cpp/src/arrow/status.cc:137: 
DoAction result was not fully consumed: Cancelled: Flight cancelled call, with 
message: CANCELLED. Detail: Cancelled
   
   I seem to be fully consuming the DoAction results, e.g. here is my code:
   ```
   for result in self.flight_client.do_action(action):
         assert result.body.to_pybytes().decode("utf-8") == "True"
   ```
   
   Can you give some pointers on how to use Python to get results from 
do_action?
   
   ### Component(s)
   
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to