Skip to content

Add support for in-core GEOMETRY type#577

Merged
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:geometry_core
Feb 25, 2026
Merged

Add support for in-core GEOMETRY type#577
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:geometry_core

Conversation

@staticlibs
Copy link
Collaborator

The in-built GEOMETRY type was added in 1.5 in addtion to the spatial types/functions that exist in the duckdb-spatial extension.

This PR adds support for the new type treating it the same way (as BLOB) as the original GEOMETRY type from the spatial extension was treated.

Testing: spatial test is effective for the new type, but is currently disabled until the duckdb-spatial (that was unavailable for some time) is enabled again in core CI builds.

The in-built `GEOMETRY` type was added in 1.5 in addtion to the
spatial types/functions that exist in the `duckdb-spatial` extension.

This PR adds support for the new type treating it the same way (as
`BLOB`) as the original `GEOMETRY` type from the spatial extension was
treated.

Testing: spatial test is effective for the new type, but is currently
disabled until the `duckdb-spatial` (that was unavailable for some
time) is enabled again in core CI builds.
staticlibs added a commit to staticlibs/duckdb-java that referenced this pull request Feb 25, 2026
This is a backport of the PR duckdb#577 to `v1.5-variegata` stable branch.

The in-built `GEOMETRY` type was added in 1.5 in addtion to the
spatial types/functions that exist in the `duckdb-spatial` extension.

This PR adds support for the new type treating it the same way (as
`BLOB`) as the original `GEOMETRY` type from the spatial extension was
treated.

Testing: spatial test is effective for the new type, but is currently
disabled until the `duckdb-spatial` (that was unavailable for some
time) is enabled again in core CI builds.
@staticlibs staticlibs merged commit 037b2e0 into duckdb:main Feb 25, 2026
13 checks passed
@staticlibs staticlibs deleted the geometry_core branch February 25, 2026 12:07
staticlibs added a commit that referenced this pull request Feb 25, 2026
This is a backport of the PR #577 to `v1.5-variegata` stable branch.

The in-built `GEOMETRY` type was added in 1.5 in addtion to the
spatial types/functions that exist in the `duckdb-spatial` extension.

This PR adds support for the new type treating it the same way (as
`BLOB`) as the original `GEOMETRY` type from the spatial extension was
treated.

Testing: spatial test is effective for the new type, but is currently
disabled until the `duckdb-spatial` (that was unavailable for some
time) is enabled again in core CI builds.
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.

1 participant