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

Fix SplitException #1091

Merged
merged 7 commits into from
Dec 10, 2019
Merged

Fix SplitException #1091

merged 7 commits into from
Dec 10, 2019

Conversation

bchong95
Copy link
Contributor

Fix SplitException

Description

CosmosQueryClientCore did not implement TryGetOverlappingRangesAsync, so when a query tries split proofing it runs into a NotImplementedException. We didn't have any integration tests (nor do we have any now), since the public emulator can't simulate a split.

Type of change

Please delete options that are not relevant.

  • [x ] 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

@bchong95 bchong95 self-assigned this Dec 10, 2019
j82w
j82w previously approved these changes Dec 10, 2019
@kirankumarkolli
Copy link
Member

@bchong95 thoughts on how to cover split tests?

changelog.md Outdated Show resolved Hide resolved
@j82w j82w added bug Something isn't working QUERY labels Dec 10, 2019
@kirankumarkolli kirankumarkolli merged commit 65444de into master Dec 10, 2019
@kirankumarkolli kirankumarkolli deleted the users/brchon/FixSplitException branch December 10, 2019 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working QUERY
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants