Open Issues Need Help
View All on GitHub panic: DuckDB API not initialized or DuckDB feature omitted about 2 months ago
AI Summary: The issue is a conflict between the `bundled` and `loadable-extension` features in the `libduckdb-sys` crate. The task is to investigate why enabling both features causes a panic in `Connection::open_in_memory()`, likely due to an initialization problem or missing dependency within the DuckDB library when extensions are enabled. Debugging will involve examining the DuckDB initialization process, the `loadable-extension` feature's implementation, and potentially the interaction between the bundled DuckDB and the extension loading mechanism.
Complexity:
4/5
good first issue
duckdb/duckdb-rs
689
Ergonomic bindings to duckdb for Rust
Rust
#arrow#database#duckdb#ffi#ffi-bindings#olap#rust