Open
Description
What’s the problem you're trying to solve
We try to establish vulcan sql using default duckdb to read iceberg table in our s3. However, we cannot install extensions of iceberg which has been validated after duckdb v0.9 (https://duckdb.org/docs/guides/import/s3_iceberg_import) and vulcan sql latest version is using duckdb version v0.7.1.
Describe the solution you’d like
Upgrade default duckdb version to v0.10 to keep up with latest feature.
Activity