raulcd commented on code in PR #46345:
URL: https://github.com/apache/arrow/pull/46345#discussion_r2077309410


##########
python/pyarrow/_s3fs.pyx:
##########
@@ -270,7 +270,7 @@ cdef class S3FileSystem(FileSystem):
     >>> s3 = fs.S3FileSystem(region='us-west-2')
     >>> s3.get_file_info(fs.FileSelector(
     ...    'power-analysis-ready-datastore/power_901_constants.zarr/FROCEAN', 
recursive=True
-    ... ))
+    ... )) # doctest: +SKIP

Review Comment:
   Maybe we can just avoid the `FileSelector`?
   ```
   >>> 
s3.get_file_info('prd-tnm/StagedProducts/Elevation/1m/Projects/WY_YellowstoneNP_2020_D20/metadata/USGS_1M_12_x59y501_WY_YellowstoneNP_2020_D20.xml')
   <FileInfo for 
'prd-tnm/StagedProducts/Elevation/1m/Projects/WY_YellowstoneNP_2020_D20/metadata/USGS_1M_12_x59y501_WY_YellowstoneNP_2020_D20.xml':
 type=FileType.File, size=12723>
   ```
   or we might just want to skip it (as is now on the PR) so we don't have 
issues in the future?



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