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-262] Don't optimize equi-join by default, add an option to configure when to optimize spatial joins #797

Merged
merged 1 commit into from
Mar 13, 2023

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?

This patch disabled Sedona spatial join optimizations on equi-joins by default. User can still switch to the old behavior with spark.conf.set("sedona.join.optimizationmode", "all"). Please refer to the JIRA ticket for details about this patch.

How was this patch tested?

Added tests with various "sedona.join.optimizationmode" options and verified that join queries are producing expected executed plans.

Did this PR include necessary documentation updates?

  • Yes, I have updated the documentation update.

@Kontinuation Kontinuation marked this pull request as ready for review March 13, 2023 08:55
…donaConf

to control the behavior of spatial join optimizer.
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