felipecrv commented on issue #30481:
URL: https://github.com/apache/arrow/issues/30481#issuecomment-2363978836

   Can someone please post the output of the code posted by @jorisvandenbossche 
above:
   
   ```python
   gcs.isdir("path/to/partitioned/dataset/base/dir/")
   gcs.exists("path/to/partitioned/dataset/base/dir/")
   gcs.info("path/to/partitioned/dataset/base/dir/")
   gcs.find("path/to/partitioned/dataset/base/dir/", maxdepth=None, 
withdirs=True, detail=True)
   ```
   
   Don't involve the dataset stuff yet. Just the gcfs filesystem. This seems to 
be a problem with how directories are implemented in gcfs. Directories are not 
a concept in object stores (GCS, S3), so code that deals with directories (like 
dataset) is affected by these bugs.


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