You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/02/05 12:41:22 UTC

[GitHub] [arrow] lidavidm commented on issue #34047: Flight server problems with the streaming results in 11.0

lidavidm commented on issue #34047:
URL: https://github.com/apache/arrow/issues/34047#issuecomment-1417728005

   This is just a warning, it shouldn't break anything.
   
   Otherwise: just try list(do_action(...))
   
   On Sun, Feb 5, 2023, at 00:27, Ziheng Wang wrote:
   > 
   > 
   > Describe the bug, including details regarding any error messages, version, and platform.
   > 
   > Hi @lidavidm <https://github.com/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
   > 
   > 
   > —
   > Reply to this email directly, view it on GitHub <https://github.com/apache/arrow/issues/34047>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACQB34T6DA3PZECLJWKAUTWV424ZANCNFSM6AAAAAAURSMA64>.
   > You are receiving this because you were mentioned.Message ID: ***@***.***>
   > 


-- 
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: github-unsubscribe@arrow.apache.org

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