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

[GitHub] [arrow] westonpace commented on issue #32892: [Python] ResourceWarnings raised by s3 related tests

westonpace commented on issue #32892:
URL: https://github.com/apache/arrow/issues/32892#issuecomment-1412978495

   @Shaheer-Ahmd 
   
   The first step would be to clone the repo and ensure that you can build the C++ and python implementations.  [This guide](https://arrow.apache.org/docs/developers/python.html) should have the information you need.  If you run into troubles you can ask here (this issue or a new question issue) or on the mailing list.
   
   Once built I would suggest following the instructions suggested in the diagnostic and `Enable tracemalloc to get traceback where the object was allocated.` 
   
   Once you've figured out the offending resource it would then be a matter of figuring out how to close it.  If that is not obvious then reply back here and share what you got from `tracemalloc`.  We can likely give you suggestions how to proceed from there.


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