Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error when vscalar feature is used without vtab-arrow feature #441

Open
yutannihilation opened this issue Feb 23, 2025 · 2 comments

Comments

@yutannihilation
Copy link
Contributor

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`
   |
@era127
Copy link
Contributor

era127 commented Feb 23, 2025

Try the vscalar-arrow feature as well.

@yutannihilation
Copy link
Contributor Author

Thanks. What I was wondering is, the API design allows us to implement a scalar function without arrow. But, I found scalar function support was merged only very recently, so this problem should be a minor oversight in the pull request.

#429

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants