tustvold commented on issue #2526:
URL: https://github.com/apache/arrow-adbc/issues/2526#issuecomment-2662443681

   > but Go directly usesĀ []byte, so if we do the over-allocation
   
   How does Go support buffers sent over FFI / from IPC, which require using a 
release callback / ref count?
   
   Perhaps it is worth raising on the mailing list, IMO either FFI should use 
aligned buffers, or we should remove the language from the spec and highlight 
instead that FFI may not be zero-copy. I suspect this will depend on how 
widespread the alignment challenges are, if it is just Go, it might make sense 
to just fix it 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]

Reply via email to