Azure / azure-cosmos-dotnet-v3

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

Query : Fixes ODE and ORDER BY issue by cherry picking to hotfix branch #4498

Closed adityasa closed 1 month ago

adityasa commented 1 month ago

Pull Request Template

Description

This change cherry-picks following two commits to the hotfix branch releases/3.39.2_redo:

git cherry-pick 08338af63
Fix bug in OrderByCrossPartitionQueryPipelineStage to ensure that failures in creating the inner pipeline stage are bubbled up to the higher stages (#4419)

git cherry-pick 14633455d
Query: Fixes Persisted continuationToken issue by turning off ODE by default (#4413)

Please note the previous hotfix branch releases/3.39.2 is abandoned.  

Type of change

Please delete options that are not relevant.

Closing issues

To automatically close an issue: closes #IssueNumber