duckdb-rs icon indicating copy to clipboard operation
duckdb-rs copied to clipboard

Compile error when `vscalar` feature is used without `vtab-arrow` feature

Open yutannihilation opened this issue 8 months ago • 2 comments

I see this compile error when I enable vscalar feature. I'm not sure if it's supposed to work without arrow interface to use the vscalar.

error[E0432]: unresolved import `crate::vtab::arrow`
  --> C:\...\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\duckdb-1.2.0\src\vscalar\mod.rs:12:11
   |
12 |     vtab::arrow::WritableVector,
   |           ^^^^^ could not find `arrow` in `vtab`
   |

yutannihilation avatar Feb 23 '25 01:02 yutannihilation