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

Bump to DuckDB 0.10.3 #322

Open
allistercsmith opened this issue May 31, 2024 · 2 comments
Open

Bump to DuckDB 0.10.3 #322

allistercsmith opened this issue May 31, 2024 · 2 comments

Comments

@allistercsmith
Copy link

I'm hoping to use the new Deltalake extension, which looks to require DuckDB v0.10.3, whereas this wrapper is currently pinned to 0.10.2.

Attempting to use the delta_scan function right now results in the following error:

Error: Catalog Error: Table Function with name delta_scan does not exist!
Did you mean "index_scan"?
@allistercsmith
Copy link
Author

@Mause I see you recently bumped versions. I attempted to follow a similar approach to your PR by bumping the version references to 0.10.3 (mainly in libduckdb-sys/upgrade.sh), but I'm seeing a compilation error during the sanity checks stage:

Undefined symbols for architecture arm64:
  "vtable for duckdb::HuggingFaceFileSystem", referenced from:
      duckdb::HuggingFaceFileSystem::HuggingFaceFileSystem() in libduckdb.a[84](653b37f8bf82ced4-httpfs_extension.o)
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

A bit lost on how to proceed from here.

@Maxxen
Copy link
Member

Maxxen commented Jun 3, 2024

We just released DuckDB v1.0.0 so we're probably going to skip v0.10.3. There's a couple of open PR's I want to review and merge first but expect a bump later this week.

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