Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use the new arrow C API when upgrading to DuckDB 1.1.0 #33

Open
elefeint opened this issue Mar 22, 2024 · 1 comment
Open

use the new arrow C API when upgrading to DuckDB 1.1.0 #33

elefeint opened this issue Mar 22, 2024 · 1 comment

Comments

@elefeint
Copy link
Contributor

The code already uses arrow_array_stream.release(&arrow_array_stream) to release Arrow objects, but there is something left over between duckdb and arrow.

https://duckdb.org/docs/api/c/api.html#duckdb_destroy_arrow_stream

@elefeint elefeint changed the title use duckdb_destroy_arrow_stream() when upgrading to DuckDB 0.10.x use the new arrow C API when upgrading to DuckDB 1.1.0 Sep 9, 2024
@elefeint
Copy link
Contributor Author

elefeint commented Sep 9, 2024

the C api got overhauled in 1.1.0; use the new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant