danepitkin commented on code in PR #37218:
URL: https://github.com/apache/arrow/pull/37218#discussion_r1297632639


##########
python/pyarrow/_parquet.pyx:
##########
@@ -1183,6 +1183,22 @@ cdef class ParquetReader(_Weakrefable):
              FileDecryptionProperties decryption_properties=None,
              thrift_string_size_limit=None,
              thrift_container_size_limit=None):
+        """
+        Open a parquet file for reading.
+
+        Parameters
+        ----------
+        source : object

Review Comment:
   ```suggestion
           source : str, pyarrow.Buffer, pyarrow.NativeFile, or file-like 
Python object
   ```



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

Reply via email to