[GitHub] [arrow] pitrou commented on a change in pull request #8755: ARROW-10709: [Python] Allow PythonFile.read() to always return a buffer

2020-12-01 Thread GitBox
pitrou commented on a change in pull request #8755: URL: https://github.com/apache/arrow/pull/8755#discussion_r533193607 ## File path: cpp/src/arrow/python/io.cc ## @@ -199,25 +219,32 @@ Result PyReadableFile::Read(int64_t nbytes, void* out) { PyObject* bytes_obj =

[GitHub] [arrow] pitrou commented on a change in pull request #8755: ARROW-10709: [Python] Allow PythonFile.read() to always return a buffer

2020-11-26 Thread GitBox
pitrou commented on a change in pull request #8755: URL: https://github.com/apache/arrow/pull/8755#discussion_r530985982 ## File path: cpp/src/arrow/python/io.cc ## @@ -199,25 +219,32 @@ Result PyReadableFile::Read(int64_t nbytes, void* out) { PyObject* bytes_obj =