Mathias Lafeldt
Mathias Lafeldt
https://github.com/duckdb/duckdb/pull/18246 lays the groundwork for a new Arrow C API.
Thanks for the report. This is still an issue: ``` ❯ cargo run --example repl Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s Running `target/debug/examples/repl` duckdb-rs v1.4.1 🦀 Type...
I spoke to the core team. Turns out this is actually intended behavior, necessary to round-trip DuckDB Arrow. As a workaround, I suggest using `SELECT bit_col::BLOB`. ``` ❯ cargo run...
Please check out #493, which we recently shipped in duckdb-rs 1.3.2.
Thank you for raising this issue. I think it's a good idea to be a bit more conservative in updating Arrow, i.e. only update it as part of major DuckDB...
Please check out `register_scalar_function` available via the `vscalar` feature.
#524 addresses the fact that until now, documentation for `register_scalar_function` was missing.
👋 Thanks for opening this issue! This issue has been moved to https://github.com/duckdb/duckdb-go/issues/20, and I'm closing it here. Please see https://github.com/marcboeker/go-duckdb/issues/565 for more details.
Hey @breckcs, Thanks for the suggestion. I think using CMake directly would definitely be worth a shot to improve extension compatibility. Will take a closer look! In the meantime, I...
@lukesneeringer I added more detailed instructions for Linux and macOS in https://github.com/duckdb/duckdb-rs/pull/563