orlp commented on issue #28:
URL: https://github.com/apache/arrow-go/issues/28#issuecomment-3318366019

   > I think Polars should update SharedStorage::from_vec to explicitly use a 
nullptr when the vec it tries to take over is empty, since that can safely be 
exported via FFI.
   
   That would not be valid on the Rust side. Even zero-length slices may not 
exist at address 0.
   
   I don't really see how this is a Polars issue to be honest. If what 
@lidavidm says is correct, the problem is that the Go garbage collector is 
collecting data from FFI.


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

Reply via email to