AlenkaF commented on code in PR #33698:
URL: https://github.com/apache/arrow/pull/33698#discussion_r1072165185


##########
python/pyarrow/io.pxi:
##########
@@ -1368,6 +1456,26 @@ cdef class BufferReader(NativeFile):
     Parameters
     ----------
     obj : Python bytes or pyarrow.Buffer
+
+    Examples
+    --------
+
+    >>> import pyarrow as pa
+    >>> data = b'reader data'
+    >>> f = pa.BufferReader(data)

Review Comment:
   I have added changes regarding this comment in this commit: 
https://github.com/apache/arrow/pull/33698/commits/10d5e89c0181a66e04d7a3db03e17a3daad7f532
   I hope I captured all the necessary changes.



-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to