Skip to content

Cosmos: Improve exception message when subquery pushdown is needed #16156

@smitpatel

Description

@smitpatel

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.

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions