-
Notifications
You must be signed in to change notification settings - Fork 494
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
3.18.1-preview: Adds release notes and ports hotfixes for query #2532
3.18.1-preview: Adds release notes and ports hotfixes for query #2532
Conversation
…#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>
* 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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow the required format: "[Internal] Category: (Adds|Fixes|Refactors) Description"
Examples:
Diagnostics: Adds GetElapsedClientLatency to CosmosDiagnostics
PartitionKey: Fixes null reference when using default(PartitionKey)
[v4] Client Encryption: Refactors code to external project
[Internal] Query: Adds code generator for CosmosNumbers for easy additions in the future.
@@ -147,12 +147,8 @@ public async ValueTask<bool> MoveNextAsync(ITrace trace) | |||
currentPaginator.FeedRangeState.FeedRange, | |||
childTrace, | |||
this.cancellationToken); | |||
if (childRanges.Count == 0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow the required format: "[Internal] Category: (Adds|Fixes|Refactors) Description"
Examples:
Diagnostics: Adds GetElapsedClientLatency to CosmosDiagnostics
PartitionKey: Fixes null reference when using default(PartitionKey)
[v4] Client Encryption: Refactors code to external project
[Internal] Query: Adds code generator for CosmosNumbers for easy additions in the future.
…ent 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
Cherry-pick of:
#2510
#2531
Into 3.18.0-preview release branch