Azure / azure-cosmos-dotnet-v3

.NET SDK for Azure Cosmos DB for the core SQL API
MIT License
736 stars 491 forks source link

Query: Fixes Persisted continuationToken issue by turning off ODE by default (#4413) and Fixes bug in OrderByCrossPartitionQueryPipelineStage to ensure that errors in inner pipeline creation are bubbled up (#4419) #4496

Closed adityasa closed 4 months ago

adityasa commented 4 months ago

Pull Request Template

Description

Cherry-pick of merged pr: https://github.com/Azure/azure-cosmos-dotnet-v3/pull/4413

Also contains cherry-pick of: https://github.com/Azure/azure-cosmos-dotnet-v3/commit/08338af632dcbda8d2afdce756a57ea45b09a745

Type of change

Please delete options that are not relevant.

Closing issues

To automatically close an issue: closes #IssueNumber

adityasa commented 4 months ago

This PR is now no-op since another change subsumed all cherry picks that were intended to go in as part of this change: https://github.com/Azure/azure-cosmos-dotnet-v3/commit/299b86a97998f9bc807352d02698ad73763a451f#diff-f422eefcb9a18445788c16c749c10183eae1300584517d9a6954957fb8e4e8cd

image