timkpaine commented on issue #37062:
URL: https://github.com/apache/arrow/issues/37062#issuecomment-1669856241

   I copied this from @maartenbreddels 
https://github.com/vaexio/vaex-arrow-ext/blob/master/src/caster.hpp
   
   It’s definitely useful to have this pybind utility, the only thing I think 
would be important is to make a big (bigger?) warning about ABI compatibility. 
Every 6 months or so I forget that if I’m writing my own C++ library that I 
want to bind out into python to transfer arrows back and forth, I can’t 
necessarily just naively use the pyarrow interfaces.


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