[GH-3260] Add ST_EqualsIdentical across Sedona SQL engines - #3266
Merged
Conversation
This was referenced Aug 15, 2026
jiayuasu
force-pushed
the
feature/st-equals-identical
branch
2 times, most recently
from
August 17, 2026 04:58
799bc1e to
55bbe1c
Compare
jiayuasu
changed the base branch from
feature/python-geometryudt-m-dimensions
to
master
August 17, 2026 04:58
This was referenced Aug 17, 2026
jiayuasu
force-pushed
the
feature/st-equals-identical
branch
from
August 18, 2026 03:49
25adddc to
225fe87
Compare
jiayuasu
marked this pull request as ready for review
August 18, 2026 04:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Did you read the Contributor Guide?
Is this PR related to a ticket?
[GH-XXX] my subject.Part of #3260.
The serialization prerequisites #3265 and #3268 have merged into
master.What changes were proposed in this PR?
ST_EqualsIdenticalimplementation that compares exact geometry type, nested structure, component and coordinate order, dimensionality, and every XY/Z/M ordinate.GEOMETRYUDF pathsThis is the second PR in the #3260 stack and is now based directly on
master. Its two serialization prerequisites are merged:ST_EqualsIdenticalcompares the geometry representation it receives; it cannot reconstruct dimensional information already discarded by an upstream representation. JTS 1.20's default coordinate-sequence factory still makes ordinary XY indistinguishable from declared XYZ whose Z ordinates are all NaN, while Snowflake nativeGEOMETRYstores normalized 2D coordinates. The engine-specific documentation calls out these boundaries.The final stacked PR is #3262, which adds distributed GeoPandas
geom_equals_identicalon top of this predicate.How was this patch tested?
git diff --checkpassed.Did this PR include necessary documentation updates?
v2.0.0.