amoeba commented on issue #45277: URL: https://github.com/apache/arrow/issues/45277#issuecomment-2598776070
Hi @MaxiBoether and thanks for taking the time to write this up. While passing a Table from Python to a C/C++ extension can work (as you've found), it comes with the downside you ran into here. The preferred way to share Arrow structures is by using the [C Data Interface](https://arrow.apache.org/docs/format/CDataInterface.html) which is ABI-stable. See https://github.com/apache/arrow/issues/36274 for more discussion on this topic too. Could that work for your use case? -- 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]
