westonpace commented on issue #36101: URL: https://github.com/apache/arrow/issues/36101#issuecomment-1601720559
You do need to close `sm_get` but you can't safely close it until after you are done using it. Note that the `to_pandas` conversion could very well be zero-copy. This means that `data` may reference portions of the underlying buffer. This means you can't close `sm_get` until you've finished using (and deleted) `data`. -- 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]
