-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cosmos: Distinct operator in queries #16144
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
type-enhancement
Milestone
Comments
smitpatel
added a commit
that referenced
this issue
Jun 21, 2019
Merged
smitpatel
added a commit
that referenced
this issue
Jun 21, 2019
smitpatel
added a commit
that referenced
this issue
Jun 21, 2019
smitpatel
added a commit
that referenced
this issue
Jun 21, 2019
To test on Cosmos. |
@divega to look into order-by lifting. |
Here is the original orderby lifting spec: #16226. |
ajcvickers
added
verify-fixed
This issue is likely fixed in new query pipeline.
type-enhancement
labels
Nov 6, 2020
Basic Distinct scenarios work now. Many are blocked due to lack of subqueries, meaning we can't do pushdown (e.g. customers.Distinct().OrderBy()) or customers.Distinct().Count() |
maumar
added a commit
that referenced
this issue
Aug 12, 2021
maumar
added a commit
that referenced
this issue
Aug 13, 2021
maumar
added
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
and removed
verify-fixed
This issue is likely fixed in new query pipeline.
labels
Aug 13, 2021
maumar
added a commit
that referenced
this issue
Aug 13, 2021
maumar
added a commit
that referenced
this issue
Aug 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
type-enhancement
Test: Distinct
System.ArgumentException : Distict query requires a matching order by in order to return a continuation token.
If you would like to serve this query through continuation tokens, then please rewrite the query in the form 'SELECT DISTINCT VALUE c.blah FROM c ORDER BY c.blah' and please make sure that there is a range index on 'c.blah'.
The text was updated successfully, but these errors were encountered: