Cosmos: Data corruption due to missing subquery pushdowns (block such scenarios) #34123
Labels
area-cosmos
area-query
breaking-change
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
type-enhancement
Milestone
Pushdown missing for Where over Skip/Take
For test NorthwindWhereQueryTestBase.Where_primitive:
Current SQL:
This is incorrect, since the WHERE clause is evaluated before the OFFSET/LIMIT; composing the Where should cause a subquery pushdown (to be implemented in #33968.
Pushdown missing for Distinct over Skip/Take
Test NorthwindMiscellaneousQueryTestBase.Take_Distinct:
Current SQL:
This is incorrect, since DISTINCT is evaluated before OFFSET/LIMIT.
The text was updated successfully, but these errors were encountered: