duckdb / duckdb-rs

Ergonomic bindings to duckdb for Rust

Repository from Github https://github.comduckdb/duckdb-rsRepository from Github https://github.comduckdb/duckdb-rs

INTERNAL Error: Failed to load metadata pointer (id 36, idx 0, ptr 36)

jasonbhansen opened this issue · comments

.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs:121 - INTERNAL Error: Failed to load metadata pointer (id 36, idx 0, ptr 36)

Using r2d2 pool with duckdb-rs

Basically loading a bunch of csv's using auto_read

This error presents itself periodically. Assuming it has to do with the thread pool connection open/close.
test.db.zip

duckdb/duckdb#12494

this feels related

Was opening the file multiple times