Skip to content

Conversation

carlopi
Copy link
Collaborator

@carlopi carlopi commented May 16, 2025

Fixes #2005

This needs to be refined and likely generalized, but starting with fixing the problem at hand.

Test case is like:

LOAD spatial;
CREATE TABLE nyc AS SELECT * FROM ST_READ('https://raw.githubusercontent.com/duckdb/duckdb-spatial/main/test/data/nyc_taxi/taxi_zones/taxi_zones.shp');

That currently throws while it should correctly return 263 rows.

@carlopi carlopi merged commit 5fa1e0b into duckdb:main May 16, 2025
15 checks passed
@carlopi carlopi deleted the no_fail_with branch May 16, 2025 11:35
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.

ST_READ (spatial extension) fails to load in DuckDB-WASM
1 participant