-
Notifications
You must be signed in to change notification settings - Fork 30
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
SET unsafe_enable_version_guessing=true does not work with duckdb 1.1.3 #84
Comments
@djouallah you beat me to opening this issue by a whole week! |
same |
Not sure if this is the cause, but the config option https://github.com/duckdb/duckdb-iceberg/blob/main/src/iceberg_extension.cpp#L30-L39 |
I'm working on a fix for this (as best as I understand it). It's a bit hard to test as I think this only manifests when loading the extension when it's loaded from a different build. |
I mucked up my dev environment but was able to get it sorted and test this out. @naoyak was right, and this was a simple change. My testing indicates this works, but I am happy to share an unsigned build if anyone else wants to test. |
Fix extension loading issue described in #84
tried the new update of iceberg extension, unfortunately getting error that SET unsafe_enable_version_guessing=true; is not supported
The text was updated successfully, but these errors were encountered: