-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.18.1-preview: Adds release notes and ports hotfixes for query (#2532)
* Query: Fixes InvalidOperationException on merge to a single partition (#2510) * Add support to FlakyDocumentContainer send back 410s based on a delegate * Fix bug in CrossPartitionRangePageAsyncEnumerator where we dont handle a merge to a single partition * Fix InvalidOperationException on merge to single partition in OrderByCrossPartitionQueryPipelineStage * Incorporate CR feedback * more CR feedback Co-authored-by: Samer Boshra <sboshra@microsoft.com> * Query: Fixes handling of pipeline execution on partition merge (#2531) * fix * fixing inmemorycontainer * fixing merge test * undo small change * OrderBy fix too * Correct orderby handling * more tests * text Co-authored-by: j82w <j82w@users.noreply.github.com> * [Internal] Client Encryption : Adds test to verify that update of Client Encryption Policy is not allowed via ReplaceContainer (#2349) Adds / updates existing tests to verify - a. Update of Client Encryption Policy is not allowed via ReplaceContainer b. CreateContainer request ensures that the ClientEncryptionKey exists when creating Client Encryption Policy Co-authored-by: neildsh <35383880+neildsh@users.noreply.github.com> Co-authored-by: Samer Boshra <sboshra@microsoft.com> Co-authored-by: j82w <j82w@users.noreply.github.com> Co-authored-by: anujtoshniwal <62551957+anujtoshniwal@users.noreply.github.com>
- Loading branch information
1 parent
561bfda
commit e303be9
Showing
11 changed files
with
590 additions
and
103 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.