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-702] Create IndexedGridPartitioner, Support preserveUncontain… #1769

Merged
merged 3 commits into from
Jan 25, 2025

Conversation

james-willis
Copy link
Contributor

@james-willis james-willis commented Jan 23, 2025

…edGeometries in *GridPartitioners

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

  • Adding an IndexedGridPartitioner class which should perform better than the FlatGridPartitioner in most cases for placeObject calls
  • adding a preserveUncontainedGeometries flag into the GridPartitioner classes to allow callers to configure if geometries that are not contained within any partition should be placed in the overflow partition.

How was this patch tested?

Unit Tests added

Did this PR include necessary documentation updates?

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

@james-willis james-willis marked this pull request as ready for review January 23, 2025 01:07
@james-willis james-willis requested a review from jiayuasu January 23, 2025 18:02
@jiayuasu jiayuasu added this to the sedona-1.7.1 milestone Jan 25, 2025
@jiayuasu jiayuasu merged commit 38b0fc9 into apache:master Jan 25, 2025
39 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.

2 participants