aotarola opened a new issue, #384: URL: https://github.com/apache/arrow-go/issues/384
### Describe the usage question you have. Please include as many useful details as possible. Hi there! I'm exploring how to use Apache Arrow in Go, particularly in combination with DuckDB, and would appreciate some guidance. **My use case:** I’m building a Go library that will be compiled as a Python extension. The goal is for Python code to receive Arrow data produced in Go, where the data is sourced from a DuckDB engine. **Question:** Is it possible to achieve this interop using `arrow-go`'s `cdata` interface along with the [[marcboeker/go-duckdb](https://github.com/marcboeker/go-duckdb)](https://github.com/marcboeker/go-duckdb) Arrow integration? Or is it necessary to work directly with `libduckdb.so`, as demonstrated in [[this Voltron Data blog post](https://voltrondata.com/blog/zero-copy-sharing-using-apache-arrow-and-golang)](https://voltrondata.com/blog/zero-copy-sharing-using-apache-arrow-and-golang)? Thanks in advance! ### Component(s) Other, Release -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org