Skip to content

Update duckdb to v1.3.1 #625

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

Merged
merged 1 commit into from
Jun 26, 2025
Merged

Conversation

yutannihilation
Copy link

@yutannihilation yutannihilation commented Jun 26, 2025

I think the problem is that currently this links v1.3.1 of DuckDB. If I try to load the debug built of current v1.3.1 branch, it fails. This pull request updates the commit to v1.3.1 tag of duckdb repo.

duckdb -unsigned -c "LOAD 'build/debug/extension/spatial/spatial.duckdb_extension';"

Invalid Input Error:
Failed to load 'build/debug/extension/spatial/spatial.duckdb_extension', The file was built specifically for DuckDB version 'v1.3.0' and can only be loaded with that version of DuckDB. (this version of DuckDB is 'v1.3.1')

edit:
The CI setting is correctly referring to v1.3.1, so this might not matter on CI builds. But, anyway I think updating this is a good idea.

https://github.com/duckdb/duckdb-spatial/blob/v1.3.1/.github/workflows/MainDistributionPipeline.yml

@Maxxen
Copy link
Member

Maxxen commented Jun 26, 2025

Thanks!

@Maxxen Maxxen merged commit 651bba9 into duckdb:v1.3.1 Jun 26, 2025
22 checks passed
@yutannihilation yutannihilation deleted the update/duckdb-source branch June 26, 2025 11:19
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

Successfully merging this pull request may close these issues.

2 participants