pitrou commented on pull request #8755: URL: https://github.com/apache/arrow/pull/8755#issuecomment-733058548
`Read(int64_t nbytes, void* out)` would call `readinto`. But `Read(int64_t nbytes)` can keep calling `read`, since it can then wrap the returned Python bytes object in a C++ buffer. ---------------------------------------------------------------- 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: [email protected]
