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

Fixed SpatialPath serialization and compatibility with older index versions #614

Merged
merged 9 commits into from
Aug 1, 2019

Conversation

j82w
Copy link
Contributor

@j82w j82w commented Jul 31, 2019

Pull Request Template

Description

The indexing policy's include path index object was using a converter from the Direct dependency which was using the Document namespace object instead of the v3 Cosmos namespace types. This caused the conversion to fail and return random results. Ported the converter to github repo and updated it to use the v3 types.

Fixed Spatial indexes serialization. There was bug that caused it to get serialized with an extra property which the backend did not understand which caused a bad request.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@j82w j82w added the bug Something isn't working label Jul 31, 2019
@j82w j82w self-assigned this Jul 31, 2019
@j82w j82w requested a review from bchong95 July 31, 2019 18:01
@j82w j82w changed the title Fixing Container Index serialization Fixed SpatialPath serialization and compatibility with older index versions Aug 1, 2019
@kirankumarkolli kirankumarkolli merged commit 055d850 into master Aug 1, 2019
@kirankumarkolli kirankumarkolli deleted the users/jawilley/container_index branch August 1, 2019 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants