maartenbreddels commented on pull request #8755: URL: https://github.com/apache/arrow/pull/8755#issuecomment-733050262
Yeah, agree, that is confusing. Basically, I need to fix that code path to accept a buffer (which does a memcpy), to allow me to use the other codepath (that passes the buffer). The problem is that the two codepaths call the same python method (read), but one of them accepts buffer and bytes, and the other (that i changed) only accepts bytes. If they both accept buffer and bytes, I can use the other codepaths. Do I make sense? ---------------------------------------------------------------- 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]
