lidavidm opened a new pull request #10323: URL: https://github.com/apache/arrow/pull/10323
While rather unrealistic, an RPC handler that just yielded a stream of empty tables would segfault the server, since the bindings would recursively pull from the stream looking for a non-empty table. This changes the pull into a loop, and limits how much it'll pull before giving up. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org