We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This statement crashes the debug version of the DuckDB Spatial extension:
SELECT ST_PointOnSurface(g) FROM (SELECT ST_GeomFromText('MULTIPOINT((0 0), EMPTY)') As g);
The assertion failed here:
duckdb: /duckdb_spatial/build/debug/deps/projects/Source/GEOS/src/algorithm/InteriorPointPoint.cpp:68: void geos::algorithm::InteriorPointPoint::add(const geos::geom::CoordinateXY*): Assertion `point' failed.
Version:
┌─────────────────┬────────────┐ │ library_version │ source_id │ │ varchar │ varchar │ ├─────────────────┼────────────┤ │ v0.9.2-dev209 │ 6545a55cfe │ └─────────────────┴────────────┘
The assertion failure is triggered using the latest nightly version of the Spatial extension.
The text was updated successfully, but these errors were encountered:
bugtracker link: duckdb/duckdb-spatial#176 fix link: d3f5332 reproduce: b1ecd10
Sorry, something went wrong.
No branches or pull requests
This statement crashes the debug version of the DuckDB Spatial extension:
The assertion failed here:
Version:
The assertion failure is triggered using the latest nightly version of the Spatial extension.
The text was updated successfully, but these errors were encountered: