Skip to content
New issue

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

[SEDONA-532] Correctly handle complex join conditions #1325

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

Kontinuation
Copy link
Member

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Refactored the code for detecting spatial join predicates in join conditions. Now we are capable of handling complex join conditions such as ST_Intersects(geom1, geom2) AND expr1 AND expr2.

How was this patch tested?

Added new tests and manually tested the query mentioned in the JIRA ticket.

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public API so no need to change the documentation.

@Kontinuation Kontinuation marked this pull request as ready for review April 9, 2024 13:45
@jiayuasu jiayuasu added this to the sedona-1.6.0 milestone Apr 9, 2024
@jiayuasu jiayuasu merged commit 2699898 into apache:master Apr 9, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants