AlenkaF commented on PR #38472: URL: https://github.com/apache/arrow/pull/38472#issuecomment-1835608699
> I assume this is because we don't yet have a consumer, and in those C++ tests you are exporting the array without consuming it. In that case you will have to call the deleter explicitly (in the python tests, by consuming it by numpy, it's numpy that will ensure to call the deleter when the numpy array goes out of scope) Ah of course, thank you Joris! -- 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]
