Skip to content

Conversation

@kaspersjo
Copy link
Contributor

@kaspersjo kaspersjo commented Jan 5, 2026

This PR adds support for geospatial dimensions, initially two types are supported POINT and POLYGON.

In the ClickHouse connector the support is based on the Point and Polygon types and in DuckDB it's based on the POINT_2D and POLYGON_2D types.

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

Copy link
Contributor

@begelundmuller begelundmuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

Copy link
Contributor

@begelundmuller begelundmuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also update runtime/parser/schema/project.schema.yaml with the new dimension type: property and run make docs.generate?

@kaspersjo kaspersjo merged commit 03b96ff into main Jan 7, 2026
16 of 26 checks passed
@kaspersjo kaspersjo deleted the geospatial-dimensions branch January 7, 2026 13:10
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.

3 participants