-
Notifications
You must be signed in to change notification settings - Fork 524
Subpartitioning: Adds support for Prefix Partition Key searches for sub partitioned containers #3109
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
Merged
Merged
Subpartitioning: Adds support for Prefix Partition Key searches for sub partitioned containers #3109
Changes from 60 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
1228ccf
1st round of changes to support subpartitioning for ChangeFeed
philipthomas-MSFT d3c1b52
name change and moved a method to FeedRangePartitionKey
philipthomas-MSFT c41fa0e
support for prefix partition change feed and query including unit and…
philipthomas-MSFT 12fd6c1
splitting out unit tests from emulator tests
philipthomas-MSFT f512155
1st round of changes to support subpartitioning for ChangeFeed
philipthomas-MSFT 38c8c26
name change and moved a method to FeedRangePartitionKey
philipthomas-MSFT f8f56c9
support for prefix partition change feed and query including unit and…
philipthomas-MSFT 17fd955
splitting out unit tests from emulator tests
philipthomas-MSFT 086f23d
Merge branch 'users/philipthomas/subpartitioning' of https://github.c…
philipthomas-MSFT 4b0ef1c
Merge branch 'master' into users/philipthomas/subpartitioning
philipthomas-MSFT 6c2cdb2
moved logic to choose for prefix partition query and change feed
philipthomas-MSFT b7853b3
additional conditional to check for MultiHash partitionkeydefinition …
philipthomas-MSFT 2f77385
removed unnecessary using
philipthomas-MSFT 21214c5
cleanup
philipthomas-MSFT 34b368c
unnecessary using
philipthomas-MSFT b837983
removed PREVIEW from proj
philipthomas-MSFT 5e572f1
unit tests for ResolveFeedRangeBasedOnPrefixContainerAsync
philipthomas-MSFT 21c5d41
change access modifier
philipthomas-MSFT 3726bdb
since I changed to static, needed to fix tests
philipthomas-MSFT 3e08d67
dealing with some testing nits
philipthomas-MSFT 5b963c1
removed Console.Writeline
philipthomas-MSFT 7c0d3b1
slight change in test use containerProperties and partitionKeyDefinition
philipthomas-MSFT 90bf0c5
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician b35d60f
Merge branch 'master' of https://github.com/Azure/azure-cosmos-dotnet…
NaluTripician ced7c65
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician edca934
Merge branch 'users/philipthomas/subpartitioning' of https://github.c…
NaluTripician 5186ff4
big fix for resolve feedrange, changes to error behavior, added addit…
NaluTripician ff71ffe
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician 9b531c6
test changes
NaluTripician 3ad5309
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician df167b7
ran updateContracts.ps1
NaluTripician 48f7eb5
Merge branch 'users/philipthomas/subpartitioning' of https://github.c…
NaluTripician 756a123
reverting to 3ad5309e9e22a7376e836cfdbe11fa2438a59133
NaluTripician 739eb2a
Ran Update Contracts
NaluTripician 22b3e6d
ran updateContracts.ps1
NaluTripician 52c2d06
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician a00e86e
UpdateContracts.ps1
NaluTripician bb2f9d3
updatecontracts
NaluTripician 9701c3b
removed bad check from test, removed changes from updatecontracts.ps1
NaluTripician f47bcca
Merge branch 'users/philipthomas/subpartitioning' of https://github.c…
NaluTripician df318a9
revert UpdateContracts changes
NaluTripician 27a81f0
Reverting to 756a123160d14c424c5e11c4f3520094115aa5d4
NaluTripician 618c4af
removed accidental change from changelog
NaluTripician d11561b
removed unwanted change from Directory.build.props
NaluTripician 92562bd
added test clean up
NaluTripician 919076b
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician 2828c72
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician 7ccb272
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician b56470e
removed console.writelines
NaluTripician 49b61dd
Merge branch 'users/philipthomas/subpartitioning' of https://github.c…
NaluTripician bc737dc
updates to query test
NaluTripician 0d81811
removed preview flag
NaluTripician b9ca602
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician 7301873
ran UpdateContrats.ps1
NaluTripician d24428b
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician 8fe7529
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician 63da8c8
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician db06f92
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician c098777
no longer recread feedRange for queries unless using prefix pk
NaluTripician 87416c3
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician 73771ba
simplified if statement
NaluTripician 6500636
fixed bug
NaluTripician 416c823
Merge branch 'master' into users/philipthomas/subpartitioning
NaluTripician File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.