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/04/05 13:44:33 UTC

[GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #12698: ARROW-15321: [Dev][Python] Also numpydoc-validate Cython-generated methods

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org