You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/08 14:27:47 UTC

[GitHub] [arrow] michaelnarodovitch opened a new pull request #9136: Fix walk

michaelnarodovitch opened a new pull request #9136:
URL: https://github.com/apache/arrow/pull/9136


   ```
   /usr/local/lib/python3.7/site-packages/pyarrow/filesystem.py:412: RuntimeWarning: coroutine 'S3FileSystem._ls' was never awaited
     for key in list(self.fs._ls(path, refresh=refresh)):
   RuntimeWarning: Enable tracemalloc to get the object allocation traceback
   ```


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

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



[GitHub] [arrow] jorisvandenbossche commented on pull request #9136: Fix walk

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche commented on pull request #9136:
URL: https://github.com/apache/arrow/pull/9136#issuecomment-757010735


   @michaelnarodovitch thanks for the fix, but this is already fixed on master by not using the S3FSWrapper class at all anymore (see https://github.com/apache/arrow/pull/8557 and https://github.com/apache/arrow/pull/8627). 
   
   Unfortunately we didn't do a bug fix release with it, so for now you need to either pin pyarrow to 1.0.0, or either pin fsspec to 0.4 when using pyarrow 2.0.0. A new pyarrow release with the fix (pyarrow 3.0.0) will be out in a week or two.


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

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



[GitHub] [arrow] michaelnarodovitch closed pull request #9136: Fix walk

Posted by GitBox <gi...@apache.org>.
michaelnarodovitch closed pull request #9136:
URL: https://github.com/apache/arrow/pull/9136


   


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

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



[GitHub] [arrow] michaelnarodovitch closed pull request #9136: Fix walk

Posted by GitBox <gi...@apache.org>.
michaelnarodovitch closed pull request #9136:
URL: https://github.com/apache/arrow/pull/9136


   


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

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



[GitHub] [arrow] jorisvandenbossche commented on pull request #9136: Fix walk

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche commented on pull request #9136:
URL: https://github.com/apache/arrow/pull/9136#issuecomment-757010735


   @michaelnarodovitch thanks for the fix, but this is already fixed on master by not using the S3FSWrapper class at all anymore (see https://github.com/apache/arrow/pull/8557 and https://github.com/apache/arrow/pull/8627). 
   
   Unfortunately we didn't do a bug fix release with it, so for now you need to either pin pyarrow to 1.0.0, or either pin fsspec to 0.4 when using pyarrow 2.0.0. A new pyarrow release with the fix (pyarrow 3.0.0) will be out in a week or two.


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

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



[GitHub] [arrow] michaelnarodovitch commented on pull request #9136: Fix walk

Posted by GitBox <gi...@apache.org>.
michaelnarodovitch commented on pull request #9136:
URL: https://github.com/apache/arrow/pull/9136#issuecomment-756785143






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

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



[GitHub] [arrow] michaelnarodovitch commented on pull request #9136: Fix walk

Posted by GitBox <gi...@apache.org>.
michaelnarodovitch commented on pull request #9136:
URL: https://github.com/apache/arrow/pull/9136#issuecomment-757130031


   That's great. Thank you so much!


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

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



[GitHub] [arrow] michaelnarodovitch commented on pull request #9136: Fix walk

Posted by GitBox <gi...@apache.org>.
michaelnarodovitch commented on pull request #9136:
URL: https://github.com/apache/arrow/pull/9136#issuecomment-756785143


   related: https://github.com/dask/s3fs/issues/366


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

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