HyukjinKwon commented on code in PR #48619:
URL: https://github.com/apache/arrow/pull/48619#discussion_r2685554876
##########
docs/source/python/parquet.rst:
##########
@@ -557,10 +684,10 @@ filesystems, through the ``filesystem`` keyword:
.. code-block:: python
- from pyarrow import fs
+ >>> from pyarrow import fs
- s3 = fs.S3FileSystem(region="us-east-2")
- table = pq.read_table("bucket/object/key/prefix", filesystem=s3)
+ >>> s3 = fs.S3FileSystem(region="us-east-2")
Review Comment:
This too. Maybe I am wrong but just letting you know in case.
--
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]