You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: