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

Adds the spatial index type #61

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Adds the spatial index type #61

wants to merge 21 commits into from

Conversation

tnosaj
Copy link

@tnosaj tnosaj commented Jan 23, 2020

This PR adds the spatial index type to the already existent indexes.

Since this is my first perl PR, any pointers are appreciated.

closes: #60

tnosaj and others added 5 commits January 23, 2020 19:30
* Adds initial spatial index type

* I think i added tests?

* I was missing a comment
* Adding some more debug values for this

* Maybe?

* make it a bit more concretet

* correct variable casting

* Adds partition methods to table

* Adds diffing in one direction

* Works both ways, needs to dedup though

* Compares partitions in both directions correctly

* Spelling mistakes and regexp greedy

* Commands masked as comments for version compatability are included

* Keep comments if they are actually commands

* More generic end finder for regular and partition ends, added partition function/option finder

* first test

* Correct tests

* Correct tests

* doh

* Adds test in other direction

* Comment unused tests

* Comment unused tests - but really
Copy link
Collaborator

@357r4bd 357r4bd left a comment

Choose a reason for hiding this comment

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

Thank you for the PR and I am sorry for the delay. Can you rebase your feature branch with current master, squash your commits down to a single one, then make sure your tests still run successfully.

The test updates are appreciated. If you see any opportunities to update the POD, please do so. Looking forward to your updated PR.

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.

Spatial index support
3 participants