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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
