Cosmos: Improve exception message when subquery pushdown is needed #16156
Labels
area-cosmos
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-3.0
punted-for-7.0
Originally planned for the EF Core 7.0 (EF7) release, but moved out due to resource constraints.
type-enhancement
Milestone
Cosmos does not have concept of subquery. (i.e. From ). Hence certain basic operations cannot be translated to server. Like Skip().Distinct() or Skip().Skip(). Since before applying Distinct we need to do a pushdown so that we skip elements before applying distinct.
For such operations, we need to throw exception message with useful information.
The text was updated successfully, but these errors were encountered: