jorisvandenbossche commented on code in PR #12698:
URL: https://github.com/apache/arrow/pull/12698#discussion_r842803223
##########
python/pyarrow/io.pxi:
##########
@@ -1257,6 +1283,10 @@ cdef class BufferReader(NativeFile):
cdef:
Buffer buffer
+ # XXX Needed to make numpydoc happy
+ def __init__(self, obj):
Review Comment:
Opened https://issues.apache.org/jira/browse/ARROW-16123 for this
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]