You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/18 15:38:14 UTC

[GitHub] [arrow] pitrou commented on a diff in pull request #13144: ARROW-16356: [Python] Expose RandomAccessFile::GetStream

pitrou commented on code in PR #13144:
URL: https://github.com/apache/arrow/pull/13144#discussion_r876053758


##########
python/pyarrow/includes/libarrow.pxd:
##########
@@ -1262,6 +1262,11 @@ cdef extern from "arrow/io/api.h" namespace "arrow::io" nogil:
                                                                   Seekable):
         CResult[int64_t] GetSize()
 
+        CResult[shared_ptr[CInputStream]] GetStream(

Review Comment:
   Note that `GetStream` is a static C++ method, so you must reflect that in the Cython declaration.



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