You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "JonnyWaffles (via GitHub)" <gi...@apache.org> on 2023/03/02 15:57:00 UTC

[GitHub] [arrow] JonnyWaffles commented on issue #34414: slow s3 parquet reads when using fsspec S3FileSystem

JonnyWaffles commented on issue #34414:
URL: https://github.com/apache/arrow/issues/34414#issuecomment-1452102013

   Hi friends just a quick update, I fixed it like so
   ```python
   tbl = pq.read_table("mybucket/mypath/part-0.parquet", filesystem=s3fs.S3FileSystem(default_cache_type="none"))
   ```
   I don't understand what's going on, but this works! I think we can lose this out.
   


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

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