Skip to content

[KERNEL] Rename srid to crs for Geospatial types#6774

Open
milastdbx wants to merge 2 commits into
delta-io:masterfrom
milastdbx:renameSRidToCRS
Open

[KERNEL] Rename srid to crs for Geospatial types#6774
milastdbx wants to merge 2 commits into
delta-io:masterfrom
milastdbx:renameSRidToCRS

Conversation

@milastdbx
Copy link
Copy Markdown
Collaborator

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

PRs that introduced geospatial types wrongly named arguments of Geometry/Geography as SRID, whereas proper terminology is CRS.

SRID refers to a way to lookup a CRS definition by identifier and is not uniquely identified, where as a CRS is superset of this, and is more precise that it allows and supprots other formats than SRID - such as EPSG:4326 for example

How was this patch tested?

Refactor change

Does this PR introduce any user-facing changes?

API methods have changed

@milastdbx milastdbx changed the title rename srid to crs [KERNEL] Rename srid to crs for Geospatial types May 13, 2026
@milastdbx milastdbx requested a review from scottsand-db May 13, 2026 14:05
@uros-db
Copy link
Copy Markdown
Collaborator

uros-db commented May 13, 2026

Changes look good to me, but CI needs to be recovered.

Copy link
Copy Markdown

@thinh2 thinh2 left a comment

Choose a reason for hiding this comment

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

lgtm! can you take a look at the CI error as well?

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