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/03/02 16:10:18 UTC

[GitHub] [arrow] lidavidm commented on issue #34415: [Python]: Trying to read metadata without calling done_writing hangs both client and server thread

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

   If you don't call done_writing, then the server will never break out of `for batch in reader`. The read and write streams are independent, so just reading on the client side isn't enough to tell the server that the writes are done.


-- 
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